Skip to content
Craig Minihan edited this page Feb 29, 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 rsync

To build:

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

Clone this wiki locally