summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorADAM David Alan Martin <adam.martin@10gen.com>2017-03-30 14:43:11 -0400
committerADAM David Alan Martin <adam.martin@10gen.com>2017-03-30 14:43:11 -0400
commit1fecd837ad6e7d0913a9e65789fbfb6c2c74304a (patch)
tree72e65f980d885225573bd2a910702de0e98c9adc /docs
parent16d9f533ab2ac1f0559af16f8095f2503463650c (diff)
downloadmongo-1fecd837ad6e7d0913a9e65789fbfb6c2c74304a.tar.gz
SERVER-28541 Update build docs for FreeBSD.
Clang38 works and is easier to use than GCC on FreeBSD, at this time.
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md4
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: