-
Notifications
You must be signed in to change notification settings - Fork 5
Platform: FreeBSD
Craig Minihan edited this page Sep 16, 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 when building in Debug. To resolve the problem remove all references to --coverage
from the files in src/httpserver/nbproject
and src/libhttpserver/nbproject
.
To build with Release settings:
gmake CXX='clang++' CXXFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib" CONF=Release -j 2