ew/readme.md

25 lines
587 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)
- The [libssl-dev](https://packages.debian.org/buster/libssl-dev) package. This will vary across distros.
### Windows
#### Requirements
- [Strawberry Perl](https://strawberryperl.com/)
- [rust](https://www.rust-lang.org/tools/install)
### Packaging/Running
Debug: `cargo run`
Release: `cargo build --release`