fix readme
This commit is contained in:
parent
3d7015f63d
commit
25c7a61d8e
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ For example, if the output of the program is 1, then this means that even if an
|
||||||
The build uses [CMake](https://cmake.org). Additionally, you need the following libraries:
|
The build uses [CMake](https://cmake.org). Additionally, you need the following libraries:
|
||||||
- [boost](https://www.boost.org): For some faster containers and JSON parsing
|
- [boost](https://www.boost.org): For some faster containers and JSON parsing
|
||||||
- [cpr](https://libcpr.org): For easy requests (to download games from [hanab.live](https://hanab.live)
|
- [cpr](https://libcpr.org): For easy requests (to download games from [hanab.live](https://hanab.live)
|
||||||
- [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 command-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.
|
Note that the libraries are all FOSS software and GPL-compatible.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue