ew/readme.md

32 lines
732 B
Markdown
Raw Normal View History

2024-02-22 23:21:52 +00:00
# EW
(stands for ew why)
2024-04-29 15:40:30 +00:00
A (mostly functioning) server for Love Live! School idol festival 2 MIRACLE LIVE!
2024-02-22 23:21:52 +00:00
2024-04-29 15:40:30 +00:00
## Building
### Linux
#### Requirements
- [perl](https://www.perl.org/get.html) (This is normally pre-installed)
- [rust](https://www.rust-lang.org/tools/install)
2024-05-11 20:07:04 +00:00
- [npm](https://www.npmjs.com/)
2024-04-29 15:40:30 +00:00
- The [libssl-dev](https://packages.debian.org/buster/libssl-dev) package. This will vary across distros.
2024-05-11 20:07:04 +00:00
`apt install -y npm libssl-dev perl`
2024-04-29 15:40:30 +00:00
### Windows
#### Requirements
- [Strawberry Perl](https://strawberryperl.com/)
- [rust](https://www.rust-lang.org/tools/install)
### Packaging/Running
2024-05-11 20:07:04 +00:00
**Build npm:**
`cd webui && npm install && npm run build`
**Build Rust:**
2024-04-29 15:40:30 +00:00
Debug: `cargo run`
Release: `cargo build --release`