diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-05-27 10:44:45 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-05-27 10:44:45 -0400 |
commit | b8c3d4698621fadd61f6fabdb3a33468f7a11018 (patch) | |
tree | eb6e96ef6a96ceaa0800da5e0c2d17dce29bc242 /README | |
parent | 7fdb4f9e6e1655c3ef9c75570e5af844d68bf4b9 (diff) | |
download | mongo-b8c3d4698621fadd61f6fabdb3a33468f7a11018.tar.gz |
support compilation under FreeBSD 7.x
merged from goosmurf
Conflicts:
README
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -77,3 +77,13 @@ COMPILING db\db run +--- ubuntu --- + scons libboost-dev libpcre++-dev libmozjs-dev + +--- FreeBSD --- + +Install the following ports: + - devel/boost + - devel/libexecinfo + - devel/pcre + - lang/spidermonkey |