diff options
author | Mike Dirolf <mike@10gen.com> | 2009-09-17 17:44:46 -0400 |
---|---|---|
committer | Mike Dirolf <mike@10gen.com> | 2009-09-17 17:44:46 -0400 |
commit | d1831bf6a9a1d75c07698994042789fc5d1a4f26 (patch) | |
tree | 8e93bbbdf5a17977bee513da0fd7e25c6d15331e /README | |
parent | 34e48aaf5d1a626c3d114d88bab11d2e0921770e (diff) | |
download | mongo-d1831bf6a9a1d75c07698994042789fc5d1a4f26.tar.gz |
unittest library is no longer a dependency
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -16,19 +16,6 @@ BUILDING http://www.mongodb.org/display/DOCS/Building - -- Pre-requisite for 'test' binary, the MongoDB unit test suite: - This is not required for building or running the database - - To compile the unit tests, you need to install the unit test framework from: - http://unittest.red-bean.com/ - - $ cd .. - $ svn co http://svn.red-bean.com/unittest/trunk/ unittest - $ cd unittest - $ ./configure - $ make - $ sudo make install - Then use scons to build. @@ -41,7 +28,7 @@ BUILDING $ scons To install - + $ scons --prefix=/opt/mongo install RUNNING |