diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-02-19 10:14:18 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-02-19 10:14:18 -0500 |
commit | b2bee8d64eb64a3074b86a42b7bed3e9a108a60e (patch) | |
tree | 3333eb51debe09785880c26f8bfe8963027a75df /README | |
parent | 0c99b79e0bfa78fb8e07610c0c46e3bb67411581 (diff) | |
download | mongo-b2bee8d64eb64a3074b86a42b7bed3e9a108a60e.tar.gz |
add unittest to pre-reqs
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -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 --- |