mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
12 lines
279 B
Markdown
12 lines
279 B
Markdown
# 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 |