Brokenithm-Evolved/README.md

13 lines
215 B
Markdown
Raw Normal View History

## Brokenithm-Android-Server
The Windows server of [Brokenithm-Android](https://github.com/tindy2013/Brokenithm-Android).
# Build
```bash
# Only tested with MSYS2 with MinGW
cmake -G "MSYS Makefiles" .
make
```