fix some readme errors
This commit is contained in:
parent
bc3af305ea
commit
f1e415241a
1 changed files with 7 additions and 7 deletions
|
@ -31,7 +31,7 @@ make // Rerun this every time you change source
|
|||
I can't provide information for all distributions, but in general it should be like the following:
|
||||
|
||||
Linux systems:
|
||||
- `boost` should be available as a system package via your package manager.
|
||||
- `boost` and `cmake`: should be available as a system package via your package manager.
|
||||
- `readline` should be installed already, otherwise try your package manager as well.
|
||||
- `cpr` is a bit more complicated:
|
||||
- On Arch, there is a package in the [AUR](https://aur.archlinux.org/packages/cpr).
|
||||
|
@ -41,14 +41,14 @@ Linux systems:
|
|||
|
||||
Mac OS:
|
||||
- I recommend installing packages with [Homebrew](https://brew.sh).
|
||||
- So `brew install boost cpr readline` should do the job.
|
||||
- So `brew install boost cpr readline cmake` should do the job.
|
||||
|
||||
Windows:
|
||||
- Currently, I have no idea regarding windows, sorry for that.
|
||||
|
||||
### Installing cpr as a local CMAKE dependency
|
||||
- There is also the option to install `cpr` directly as a dependency through `CMake`.
|
||||
For this, replace the line
|
||||
For this, in `CMakeLists.txt`, replace the line
|
||||
```
|
||||
find_package(cpr)
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue