-
Notifications
You must be signed in to change notification settings - Fork 5
Platform: FreeBSD
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 rsyncThere 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