@@ -10,17 +10,20 @@ Supported Platforms
10
10
11
11
The MongoDB C Driver is `continuously tested <https://evergreen.mongodb.com/waterfall/mongo-c-driver >`_ on variety of platforms including:
12
12
13
- ======================= ================= ======================================
14
- Operating Systems CPU Architectures Compiler Toolchain
15
- ======================= ================= ======================================
16
- GNU/Linux x86 and x86_64 GCC 4.1 and newer
17
- Solaris 11 ARM Clang 3.3 and newer
18
- Mac OS X 10.6 and newer PPC Microsoft Visual Studio 2010 and newer
19
- Windows Vista, 7, and 8 SPARC `Oracle Solaris Studio 12 `_
20
- FreeBSD MinGW
21
- ======================= ================= ======================================
22
-
23
- .. _Oracle Solaris Studio 12 : http://www.oracle.com/technetwork/server-storage/solarisstudio/downloads/index.html
13
+ - Archlinux
14
+ - Debian 8.1
15
+ - macOS 10.10
16
+ - Microsoft Windows Server 2008
17
+ - RHEL 7.0, 7.1, 7.2
18
+ - SUSE 12
19
+ - smartOS (sunos / Solaris)
20
+ - Ubuntu 12.04, 14.04, 16.04
21
+ - Clang 3.4, 3.5, 3.7, 3.8
22
+ - GCC 4.6, 4.8, 4.9, 5.3
23
+ - MinGW-W64
24
+ - Visual Studio 2010, 2013, 2015
25
+ - x86, x86_64, ARM (aarch64), Power8 (ppc64le), zSeries (s390x)
26
+
24
27
25
28
Install with a Package Manager
26
29
------------------------------
0 commit comments