Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 279 Bytes

building.opensolaris.ec2.md

File metadata and controls

12 lines (9 loc) · 279 Bytes

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