blob: 4af6ce14c6933ecbea4b66adb06be7ad7986c2f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Building on open solaris on ec2
This assumes you are using ami-4133d528 (which is 32bit).
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
|