summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEliot <eliot@10gen.com>2011-10-11 09:06:50 -0700
committerEliot <eliot@10gen.com>2011-10-11 09:06:50 -0700
commit24a1d6e5d78a6213a93f1dfe032ca280dd0c02c0 (patch)
treeeadba5830315a7bd035c70d8c377849feff532c1 /docs
parent27927dc47b9199e263198d34565f9a25c92b1d83 (diff)
parentbf16a99d979d54a6275140975abc0f70336762dd (diff)
downloadmongo-24a1d6e5d78a6213a93f1dfe032ca280dd0c02c0.tar.gz
Merge pull request #77 from ukd1/patch-1
Formatting
Diffstat (limited to 'docs')
-rw-r--r--docs/building.debian.etch.ec2.md29
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