Move libcds 1.6.0 from SVN
[libcds.git] / build / sample / build-freebsd-amd64.sh
1 #!/bin/sh
2
3 PATH=/usr/local/bin:$PATH
4 export PATH
5
6 ./build.sh \
7 --clean \
8 --with-make gmake \
9 --with-boost /usr/local/include \
10 -x g++43 \
11 -z '-std=c++0x -Wall -pedantic' \
12 -l "-L/usr/local/lib" \
13 2>&1 | tee build-freebsd-amd64.log