13 lines
215 B
Markdown
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
|
|
```
|
|
|