diff options
author | Russell Smith <russell.smith@ukd1.co.uk> | 2011-08-20 00:20:52 +0200 |
---|---|---|
committer | Russell Smith <russell.smith@ukd1.co.uk> | 2011-08-20 00:20:52 +0200 |
commit | bf16a99d979d54a6275140975abc0f70336762dd (patch) | |
tree | 741edf0980f09ee97d3b565f2a578fac28bd687e /docs | |
parent | db5ace7c7c837502b6c21f99ac0c8ace4520d679 (diff) | |
download | mongo-bf16a99d979d54a6275140975abc0f70336762dd.tar.gz |
Formatting
Diffstat (limited to 'docs')
-rw-r--r-- | docs/building.debian.etch.ec2.md | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/docs/building.debian.etch.ec2.md b/docs/building.debian.etch.ec2.md index b8175608368..1ac50c3b4e0 100644 --- a/docs/building.debian.etch.ec2.md +++ b/docs/building.debian.etch.ec2.md @@ -1,24 +1,19 @@ - -Building on debian etch on ec2 -================ +# Building on Debian etch on Amazon EC2 ami-f2f6159b - 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 + 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 -see: http://www.mongodb.org/display/DOCS/Building+Spider+Monkey +See: http://www.mongodb.org/display/DOCS/Building+Spider+Monkey - ln -s /usr/bin/g++-4.1 /usr/bin/g++ - ln -s /usr/bin/gcc-4.1 /usr/bin/gcc + ln -s /usr/bin/g++-4.1 /usr/bin/g++ + ln -s /usr/bin/gcc-4.1 /usr/bin/gcc - easy_install scons - - git clone git://github.com/mongodb/mongo.git - - cd mongo - scons all + easy_install scons + git clone git://github.com/mongodb/mongo.git + cd mongo + scons all
\ No newline at end of file |