Files
tindy2013_Brokenithm-Androi…/README.md
T
Tindy X e6ce60ae09 Add Enable Air option support
Use proper method to pass client address to server.
Add README.md.
2021-03-13 01:00:11 +08:00

13 lines
215 B
Markdown

## 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
```