diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-06-07 10:55:43 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-06-07 10:55:43 -0400 |
commit | a4c850a06de9a14f99d1c93c236beab983573f6b (patch) | |
tree | 5db5bebf1081abb2ae489ae32b6aaddb930298fc /docs | |
parent | 6199f2db33044be45e4a04df4cd8c557a6dbc479 (diff) | |
download | mongo-a4c850a06de9a14f99d1c93c236beab983573f6b.tar.gz |
nothing yet
Diffstat (limited to 'docs')
-rw-r--r-- | docs/building.opensolaris.ec2.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/building.opensolaris.ec2.md b/docs/building.opensolaris.ec2.md new file mode 100644 index 00000000000..c8278b83a27 --- /dev/null +++ b/docs/building.opensolaris.ec2.md @@ -0,0 +1,14 @@ + +ami-4133d528 + + +pkg install SUNWgcc +pkg install SUNWgit +pkg install SUNWpython-setuptools + +easy_install-2.4 scons + + +git clone git://github.com/mongodb/mongo.git +cd mongo +scons |