Added short note about building on FBSD.

This commit is contained in:
Michael Wojciechowski 2005-11-21 20:47:36 +00:00
parent 477d5ec238
commit a515bc2bfb
1 changed files with 4 additions and 0 deletions

View File

@ -286,6 +286,10 @@ you'd set them like this::
export LDFLAGS=-L/opt/local/lib
export CXXFLAGS=-I/opt/local/include
It was observed on FreeBSD (release 6.0) that one needs to add '-lpthread' to
LDFLAGS, as Boost::Thread detection will fail without it, even if
Boost::Thread is installed.
If you need to set these variables, it may be a good idea to add those lines
to your ``~/.profile`` or ``~/.tcshrc`` depending on your shell.