Skip to content
Craig Minihan edited this page Sep 15, 2016 · 7 revisions

The following steps might get you a working web server on FreeBSD 10.2. However it probably won't since we haven't finished it yet.

pkg install gmake
pkg install wget
pkg install curl
pkg install boost-libs
pkg install pkgconf
pkg install rsync

There seems to be an issue generating code coverage with clang on FreeBSD. To resolve the problem remove all references to --coverage from the files in src/httpserver/nbproject and src/libhttpserver/nbproject.

To build:

gmake CXX='lang++' CXXFLAGS='-I/usr/local/include -L/usr/local/lib" CONF=Release -j 2

Clone this wiki locally