diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-01-09 12:33:47 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-01-09 12:33:47 -0500 |
commit | e597c95ace60b7d5bfdfd41922e6abc86d54b61b (patch) | |
tree | 4fc350ae0daf5bd56d8ecd4ce26735e8c2739283 /README | |
parent | 3c0d26731e82f317506e9c8b35bf97f65cf812b8 (diff) | |
download | mongo-e597c95ace60b7d5bfdfd41922e6abc86d54b61b.tar.gz |
windows notes
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -36,3 +36,22 @@ 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. + +--- WINDOWS --- + +COMPILING + REQUIREMENTS + - python 2.6 (for scons) + - scons + - boost 1.35 + - vc++ express + - windows sdk - tested with v6.0 v6.0a + - java sdk 1.6 + + + you have to add java\jdk\bin\ to your path + + scons + mkdir \data\ + mkdir \data\db + db\db run |