From ab9d016282cf75884fd627b519fea200175c66da Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Fri, 3 Apr 2009 10:29:01 -0400 Subject: fix build instructions for unittest --- README | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README b/README index 9500fe9e031..977d993d82f 100644 --- a/README +++ b/README @@ -28,10 +28,11 @@ BUILDING $ cd .. $ svn co http://svn.red-bean.com/unittest/trunk/ unittest $ cd unittest + $ ./configure $ make $ sudo make install -- Then use scons to build. +- Then use scons to build. If you want to build everything (mongod, mongo, tools, etc): @@ -52,14 +53,14 @@ of GCC may not be happy. NOTES -Mongo uses the 10gen appserver and the Java Virtual Machine to execute -user program code in the database. This feature is optional -- if you would -like to run the database without these installed, run with the --nojni -option. With --nojni specified, the db.eval() and $where features are no +Mongo uses the 10gen appserver and the Java Virtual Machine to execute +user program code in the database. This feature is optional -- if you would +like to run the database without these installed, run with the --nojni +option. With --nojni specified, the db.eval() and $where features are no longer available. You may still need JVM libraries which are statically linked. -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 +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 work fine with small development databases. --- WINDOWS --- -- cgit v1.2.1