diff options
author | Andrew Morrow <acm@mongodb.com> | 2019-01-14 16:04:02 -0500 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2019-01-15 17:32:15 -0500 |
commit | 09e7a483f0816d1a4fb6b7978c58493e274abafe (patch) | |
tree | eededeccb2545aafa85051bfdace8299e8707fe2 /docs | |
parent | 9e92fd2e1ffcecd7f2e49306cea2c33c13afcfbc (diff) | |
download | mongo-09e7a483f0816d1a4fb6b7978c58493e274abafe.tar.gz |
SERVER-38692 Remove obsolete solaris documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/building.md | 4 | ||||
-rw-r--r-- | docs/building.opensolaris.ec2.md | 12 |
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 |