fix links in readme
This commit is contained in:
parent
4adb835e7e
commit
129f8ceaec
1 changed files with 3 additions and 3 deletions
|
@ -35,9 +35,9 @@ I can't provide information for all distributions, but in general it should be l
|
|||
- `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).
|
||||
- On Fedora, there is also a package via [rpm][https://src.fedoraproject.org/rpms/cpr].
|
||||
- On Fedora, there is also a package via [rpm](https://src.fedoraproject.org/rpms/cpr).
|
||||
- There might be packages for other distributions, check out the [CPR project on Github](https://github.com/libcpr/cpr#packages-for-linux-distributions).
|
||||
- If there is no package available for your distribution, see [below](# Installing cpr as a local CMAKE dependency)
|
||||
- If there is no package available for your distribution, see [Installing cpr as a local CMake dependency](# Installing cpr as a local CMake dependency).
|
||||
|
||||
**Mac OS**:
|
||||
- I recommend installing packages with [Homebrew](https://brew.sh).
|
||||
|
@ -46,7 +46,7 @@ I can't provide information for all distributions, but in general it should be l
|
|||
**Windows**:
|
||||
- Currently, I have no idea regarding windows, sorry for that.
|
||||
|
||||
### Installing cpr as a local CMAKE dependency
|
||||
### Installing cpr as a local CMake dependency
|
||||
- There is also the option to install `cpr` directly as a dependency through `CMake`.
|
||||
For this, in `CMakeLists.txt`, replace the line
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue