2011-10-17 13:58:16 +02:00
|
|
|
# Building on open solaris on ec2
|
2010-06-07 10:55:43 -04:00
|
|
|
|
2011-10-17 13:58:16 +02:00
|
|
|
This assumes you are using ami-4133d528 (which is 32bit).
|
2010-07-13 17:45:22 -04:00
|
|
|
|
2010-06-07 10:55:43 -04:00
|
|
|
|
2011-10-17 13:58:16 +02:00
|
|
|
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
|