update windows installation
This commit is contained in:
parent
1d01c7012c
commit
9c1cb5ff4e
1 changed files with 5 additions and 7 deletions
12
README.md
12
README.md
|
@ -32,19 +32,17 @@ I can't provide information for all distributions, but in general it should be l
|
||||||
|
|
||||||
**Linux systems**:
|
**Linux systems**:
|
||||||
- `boost` and `cmake`: 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.
|
- `readline` should be installed already, otherwise try your package manager as well. On some systems, you will need to additionally install `libreadline-dev` (or similar),
|
||||||
- `cpr` is a bit more complicated:
|
- `cpr` should be fetched as a submodule from its GitHub repository automatically by CMake
|
||||||
- On Arch, there is a package in the [AUR](https://aur.archlinux.org/packages/cpr).
|
- Alternatively, install cpr globally via your package manager. For example, this is possible for Arch via [AUR](https://aur.archlinux.org/packages/cpr) and Fedora 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 [Installing cpr as a local CMake dependency](# Installing cpr as a local CMake dependency).
|
|
||||||
|
|
||||||
**Mac OS**:
|
**Mac OS**:
|
||||||
- I recommend installing packages with [Homebrew](https://brew.sh).
|
- I recommend installing packages with [Homebrew](https://brew.sh).
|
||||||
- So `brew install boost cpr readline cmake` should do the job.
|
- So `brew install boost cpr readline cmake` should do the job.
|
||||||
|
- Note this is not tested, since I do not have access to a Mac.
|
||||||
|
|
||||||
**Windows**:
|
**Windows**:
|
||||||
- Currently, I have no idea regarding windows, sorry for that.
|
- I recommend using the 'Windows Subsystem for Linux (WSL)'. Then, follow the Linux system installation from above.
|
||||||
|
|
||||||
### 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`.
|
- There is also the option to install `cpr` directly as a dependency through `CMake`.
|
||||||
|
|
Loading…
Reference in a new issue