Skip to content
Snippets Groups Projects
Forked from Ole Christian Eidheim / buggy-web-server
1 commit ahead of the upstream repository.
README.md 1.63 KiB

An example, not entirely stable, web server

Prerequisites

  • Linux or MacOS
  • Optionally: the C++ IDE juCi++
    • If you do not install juCi++, you will need to install additional dependencies such as g++, cmake and make

Installing dependencies

Debian based distributions

sudo apt-get install libboost-thread-dev libboost-regex-dev

Arch Linux based distributions

sudo pacman -S boost

MacOS

brew install boost