summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike Dirolf <mike@10gen.com>2009-09-17 17:44:46 -0400
committerMike Dirolf <mike@10gen.com>2009-09-17 17:44:46 -0400
commitd1831bf6a9a1d75c07698994042789fc5d1a4f26 (patch)
tree8e93bbbdf5a17977bee513da0fd7e25c6d15331e /README
parent34e48aaf5d1a626c3d114d88bab11d2e0921770e (diff)
downloadmongo-d1831bf6a9a1d75c07698994042789fc5d1a4f26.tar.gz
unittest library is no longer a dependency
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 1 insertions, 14 deletions
diff --git a/README b/README
index a47c0708c46..325f199c197 100644
--- a/README
+++ b/README
@@ -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