diff --git a/docs/build_notes_unix.md b/docs/build_notes_unix.md index 292849a7..d02eb5df 100644 --- a/docs/build_notes_unix.md +++ b/docs/build_notes_unix.md @@ -96,6 +96,9 @@ miniupnpc-devel FreeBSD ------- +For 10.X use clang. You would also need boost and openssl ports. +Type gmake, it invokes Makefile.bsd, make necessary changes there is required. + Branch 9.X has gcc v4.2, that knows nothing about required c++11 standart. Required ports: @@ -110,10 +113,6 @@ export CC=/usr/local/bin/gcc47 export CXX=/usr/local/bin/g++47 ``` -Branch 10.X has more reliable clang version, that can finally build i2pd, -but I still recommend to use gcc, otherwise you will fight it's bugs by -your own. - CMake Options -------------