diff options
Diffstat (limited to 'docs/building.md')
-rw-r--r-- | docs/building.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/building.md b/docs/building.md index 54c85a8f26b..05537a87c68 100644 --- a/docs/building.md +++ b/docs/building.md @@ -94,7 +94,7 @@ Install the following ports: * devel/libexecinfo * devel/scons - * lang/gcc + * lang/clang38 * lang/python Optional Components if you want to use system libraries instead of the libraries included with MongoDB @@ -104,6 +104,8 @@ Optional Components if you want to use system libraries instead of the libraries * devel/boost * devel/pcre +Add `CC=clang38 CXX=clang++38` to the `scons` options, when building. + OpenBSD -------------- Install the following ports: |