Skip to content

Commit d0aed89

Browse files
committed
update solaris install instructions
1 parent 27ec828 commit d0aed89

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

doc/installing.page

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</p>
7575
</note>
7676

77-
<p>Make sure you have access to a <link xref="installing#supported-platforms">supported toolchain</link> such as GCC, Clang, SolarisStudio, or MinGW. Optionally, <code>pkg-config</code> can be used if your system supports it to simplify locating proper compiler and linker arguments when compiling your program.</p>
77+
<p>Make sure you have access to a <link xref="installing#supported-platforms">supported toolchain</link> such as GCC, Clang, Solaris Studio, or MinGW. Optionally, <code>pkg-config</code> can be used if your system supports it to simplify locating proper compiler and linker arguments when compiling your program.</p>
7878

7979
<p>The following will configure for a typical 64-bit Linux system such as RedHat Enterprise Linux 6 or CentOS 6. Note that not all systems place 64-bit libraries in <code>/usr/lib64</code>. Check your system to see what the convention is if you are building 64-bit versions of the library.</p>
8080

@@ -114,7 +114,7 @@ Install man pages : yes
114114
<screen><output style="prompt">$ </output><input>make</input></screen>
115115

116116
<note>
117-
<p>You can optionally build code objects in parallel using the <code>-j</code> option to GNU make. Some implementations of <code>make</code> do not support this option, such as Sun's make on Solaris 10. To build in parallel on an 8 core machine, you might use:</p>
117+
<p>You can optionally build code objects in parallel using the <code>-j</code> option to GNU make. Some implementations of <code>make</code> do not support this option, such as Sun's make on Solaris. To build in parallel on an 8 core machine, you might use:</p>
118118
<screen><output style="prompt">$ </output><input>gmake -j8</input></screen>
119119
</note>
120120

@@ -128,21 +128,6 @@ Install man pages : yes
128128

129129
</section>
130130

131-
<section id="solaris">
132-
<info><link type="guide" xref="index#installation" /></info>
133-
<title>Installing on Solaris 10</title>
134-
<p>MongoDB provides two ways to install the MongoDB C driver on Solaris 10. You can either <link xref="installing#build-yourself">build the driver yourself</link> from a source code release, or install the precompiled binary driver as provided by MongoDB as follows.</p>
135-
<p>Binary releases of the MongoDB C driver include support for both 32-bit and 64-bit architectures for both <code>i386</code> and <code>sparc</code>.</p>
136-
<note style="warning"><p>Solaris 11 packaging is not compatible with Solaris 10. For Solaris 11, please follow the directions to <link xref="installing#build-yourself">build the driver yourself</link>.</p></note>
137-
<p>The following commands will download the most recent MongoDB binary release and install it using the <code>pkgadd</code> command on Solaris 10.</p>
138-
<screen><output style="prompt">$ </output><input>bash</input>
139-
<output style="prompt">bash-3.2$ </output><input>export ARCH=`uname -m`</input>
140-
<output style="prompt">bash-3.2$ </output><input>/usr/sfw/bin/wget --no-check-certificate "https://github.com/mongodb/mongo-c-driver/releases/download/1.1.11/mongo-c-driver-1.1.11.${ARCH}.pkg.tar.gz"</input>
141-
<output style="prompt">bash-3.2$ </output><input>gunzip -c "mongo-c-driver-1.1.11.${ARCH}.pkg.tar.gz" | tar -xf -</input>
142-
<output style="prompt">bash-3.2$ </output><input>pkgadd -d . mongo-c-driver</input></screen>
143-
144-
</section>
145-
146131
<section id="building-windows">
147132
<title>Building on Windows</title>
148133

0 commit comments

Comments
 (0)