File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -138,9 +138,9 @@ Install man pages : yes
138138 <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>
139139 <screen><output style="prompt">$ </output><input>bash</input>
140140<output style="prompt">bash-3.2$ </output><input>export ARCH=`uname -m`</input>
141- <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/MONGOmongo -c-driver-1.1.11.${ARCH}.pkg.tar.gz"</input>
142- <output style="prompt">bash-3.2$ </output><input>gunzip -c "MONGOmongo -c-driver-1.1.11.${ARCH}.pkg.tar.gz" | tar -xf -</input>
143- <output style="prompt">bash-3.2$ </output><input>pkgadd -d . MONGOmongo -c-driver</input></screen>
141+ <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>
142+ <output style="prompt">bash-3.2$ </output><input>gunzip -c "mongo -c-driver-1.1.11.${ARCH}.pkg.tar.gz" | tar -xf -</input>
143+ <output style="prompt">bash-3.2$ </output><input>pkgadd -d . mongo -c-driver</input></screen>
144144
145145 </section>
146146
@@ -166,7 +166,7 @@ cmake -G "Visual Studio 10 Win64" "-DCMAKE_INSTALL_PREFIX=C:\mongo-c-driver"</sc
166166
167167 <p>Now let's do the same for the MongoDB C driver.</p>
168168
169- <screen>cd mongo-c-driver-1.1.11
169+ <screen>cd mongo-c-driver-1.2.0-rc0
170170cmake -G "Visual Studio 2010 Win64" "-DCMAKE_INSTALL_PREFIX=C:\mongo-c-driver" "-DBSON_ROOT_DIR=C:\mongo-c-driver"
171171msbuild.exe ALL_BUILD.vcxproj
172172msbuild.exe INSTALL.vcxproj</screen>
You can’t perform that action at this time.
0 commit comments