Skip to content

Commit 8bb7ac3

Browse files
committed
CDRIVER-754 update list of supported platforms
1 parent 30a2310 commit 8bb7ac3

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/installing.page

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
<title>Supported Platforms</title>
1212

13-
<p>The MongoDB C Driver currently supports the following operating systems and CPU architectures.</p>
13+
<p>The MongoDB C Driver is continuously tested on GNU/Linux, Windows 7, Mac OS X 10.10, and Solaris 11 (Intel and Sparc). GCC, Clang, and Visual Studio 2013 compilers are continuously tested.</p>
14+
<p>The driver supports the following operating systems and CPU architectures:</p>
1415

1516
<table>
1617
<tr>
@@ -22,12 +23,10 @@
2223
<td>
2324
<list>
2425
<item><p>GNU/Linux</p></item>
25-
<item><p>Solaris 10 and 11</p></item>
26+
<item><p>Solaris 11</p></item>
2627
<item><p>Mac OS X 10.6 and newer</p></item>
2728
<item><p>Windows Vista, 7, and 8</p></item>
2829
<item><p>FreeBSD</p></item>
29-
<item><p>OpenBSD 5.4</p></item>
30-
<item><p>Dragonfly BSD</p></item>
3130
</list>
3231
</td>
3332
<td>
@@ -42,7 +41,7 @@
4241
<list>
4342
<item><p>GCC 4.1 and newer</p></item>
4443
<item><p>Clang 3.3 and newer</p></item>
45-
<item><p><link href="http://www.visualstudio.com/en-us/downloads/download-visual-studio-vs#DownloadFamilies_4">Microsoft Visual Studio 2010 Express</link></p></item>
44+
<item><p>Microsoft Visual Studio 2013 and newer</p></item>
4645
<item><p><link href="http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/index.html">Oracle Solaris Studio 12</link></p></item>
4746
<item><p>MinGW</p></item>
4847
</list>

0 commit comments

Comments
 (0)