Simple-Web-Server/docs/dependency_install.md

488 B

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

sudo apt-get install libssl-dev libboost-filesystem-dev libboost-thread-dev

Arch Linux based distributions

sudo pacman -S boost

MacOS

brew install openssl boost