Moved the dependency installation instructions to README.md as suggested in https://github.com/openjournals/joss-reviews/issues/1592#issuecomment-515909842
This commit is contained in:
parent
8edf4355f2
commit
8c14611102
2 changed files with 20 additions and 24 deletions
|
|
@ -1,23 +0,0 @@
|
|||
# Dependency installation instructions
|
||||
|
||||
Installation instructions for the dependencies of the example files on a selection of platforms.
|
||||
|
||||
Default build with Boost.Asio is assumed. Turn on CMake option `USE_STANDALONE_ASIO` to instead use standalone Asio.
|
||||
|
||||
## Debian based distributions
|
||||
|
||||
```sh
|
||||
sudo apt-get install libssl-dev libboost-filesystem-dev libboost-thread-dev
|
||||
```
|
||||
|
||||
## Arch Linux based distributions
|
||||
|
||||
```sh
|
||||
sudo pacman -S boost
|
||||
```
|
||||
|
||||
## MacOS
|
||||
|
||||
```sh
|
||||
brew install openssl boost
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue