forked from mongodb/mongo
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Russell Smith
committed
Oct 17, 2011
1 parent
8e7706e
commit 1c12c5f
Showing
1 changed file
with
9 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
# Building on open solaris on ec2 | ||
|
||
Building on open solaris on ec2 | ||
================ | ||
This assumes you are using ami-4133d528 (which is 32bit). | ||
|
||
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 | ||
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 |