summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-02-19 10:14:18 -0500
committerEliot Horowitz <eliot@10gen.com>2009-02-19 10:14:18 -0500
commitb2bee8d64eb64a3074b86a42b7bed3e9a108a60e (patch)
tree3333eb51debe09785880c26f8bfe8963027a75df /README
parent0c99b79e0bfa78fb8e07610c0c46e3bb67411581 (diff)
downloadmongo-b2bee8d64eb64a3074b86a42b7bed3e9a108a60e.tar.gz
add unittest to pre-reqs
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 9 insertions, 2 deletions
diff --git a/README b/README
index b0deb1c0bec..1a64f4694b4 100644
--- a/README
+++ b/README
@@ -22,6 +22,15 @@ BUILDING
$ cd v8
$ scons libv8.a
+ 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
+ $ make
+ $ sudo make install
+
- Then use scons to build.
If you want to build everything (mongod, mongo, tools, etc):
@@ -53,8 +62,6 @@ Mongo uses memory mapped files. If built as a 32 bit executable, you will
not be able to work with large (multi-gigabyte) databases. However, 32 bit
builds should work fine with small development databases.
-To compile the unit tests, you need to install the unit test framework from:
- http://unittest.red-bean.com/
--- WINDOWS ---