2011-08-20 00:20:52 +02:00
|
|
|
# Building on Debian etch on Amazon EC2
|
2010-07-13 23:45:22 +02:00
|
|
|
|
2009-12-01 23:40:18 +01:00
|
|
|
ami-f2f6159b
|
|
|
|
|
2011-08-20 00:20:52 +02:00
|
|
|
apt-get update
|
|
|
|
apt-get install git-core "g++-4.1"
|
|
|
|
apt-get install python-setuptools libpcre3-dev
|
|
|
|
apt-get install libboost-filesystem-dev libboost-dev libboost-thread-dev libboost-program-options-dev libboost-date-time-dev
|
2009-12-01 23:40:18 +01:00
|
|
|
|
2011-08-20 00:20:52 +02:00
|
|
|
See: http://www.mongodb.org/display/DOCS/Building+Spider+Monkey
|
2009-12-01 23:40:18 +01:00
|
|
|
|
2011-08-20 00:20:52 +02:00
|
|
|
ln -s /usr/bin/g++-4.1 /usr/bin/g++
|
|
|
|
ln -s /usr/bin/gcc-4.1 /usr/bin/gcc
|
2009-12-01 23:40:18 +01:00
|
|
|
|
2011-08-20 00:20:52 +02:00
|
|
|
easy_install scons
|
2009-12-01 23:40:18 +01:00
|
|
|
|
2011-08-20 00:20:52 +02:00
|
|
|
git clone git://github.com/mongodb/mongo.git
|
|
|
|
cd mongo
|
|
|
|
scons all
|