Skip to content
This repository has been archived by the owner on Jul 5, 2023. It is now read-only.

Building: FreeBSD 10.2

Craig Minihan edited this page Jan 12, 2017 · 6 revisions

The following steps will probably get you a working AvanceDB on FreeBSD 10.2. If you run into any issues let us know and we'll try to help out.

pkg install gmake
pkg install autoconf213
pkg install automake
pkg install libtool
pkg install gettext
pkg install wget
pkg install curl
pkg install boost-libs
pkg install pkg-config
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 **/nbproject.

To build in Release mode:

gmake -j 2 CC=clang CXX=clang++ CXXFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" CONF=Release