ew/readme.md
2024-05-11 15:07:04 -05:00

31 lines
732 B
Markdown

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