Update README.md

This commit is contained in:
Maximilian Keßler 2023-08-12 10:03:18 +00:00
parent ffad109aef
commit cc9f073d51

View File

@ -18,6 +18,8 @@ The build uses [CMake](https://cmake.org). Additionally, you need the following
- [GNU readline](https://tiswww.cwru.edu/php/chet/readline/rltop.html): For the comman-line interface - [GNU readline](https://tiswww.cwru.edu/php/chet/readline/rltop.html): For the comman-line interface
Refer to the corresponding pages for installation instructions. On Linux distributions, readline is probably already installed. Refer to the corresponding pages for installation instructions. On Linux distributions, readline is probably already installed.
Note that the libraries are all FOSS software and GPL-compatible.
Now, building the project is quite easy: Now, building the project is quite easy:
``` ```
cmake -DCMAKE_BUILD_TYPE=RELEASE . // Release build recommended for performance, unless you want to develop cmake -DCMAKE_BUILD_TYPE=RELEASE . // Release build recommended for performance, unless you want to develop
@ -29,3 +31,7 @@ make // Rerun this every time you change source
# ./endgame-analyzer (GAME_ID | GAME_FILE) TURN # ./endgame-analyzer (GAME_ID | GAME_FILE) TURN
``` ```
where `GAME_ID` is a game from hanab.live and `GAME_FILE` is a path to a file containing the game as JSON in the hanab.live format. where `GAME_ID` is a game from hanab.live and `GAME_FILE` is a path to a file containing the game as JSON in the hanab.live format.
## License
This is GPLv3-licensed. See [LICENSE](./LICENSE) for details.