summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/building.md4
-rw-r--r--docs/building.opensolaris.ec2.md12
2 files changed, 0 insertions, 16 deletions
diff --git a/docs/building.md b/docs/building.md
index e5b2e24ed23..ce9b82ca7c7 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -134,7 +134,3 @@ Install the following ports:
* lang/gcc
* lang/python
-Special Build Notes
---------------
- * [open solaris on ec2](building.opensolaris.ec2.md)
-
diff --git a/docs/building.opensolaris.ec2.md b/docs/building.opensolaris.ec2.md
deleted file mode 100644
index 4af6ce14c69..00000000000
--- a/docs/building.opensolaris.ec2.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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 \ No newline at end of file