-
Notifications
You must be signed in to change notification settings - Fork 5
Platform: FreeBSD
Craig Minihan edited this page Mar 2, 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 pkg-config
pkg install llvm37
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 -j 2 CXX="c++ -I/usr/local/include -L/usr/local/lib" CONF=Release