diff README @ 2086:630606097798

GNU/Linux
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Sep 2016 09:18:35 +0200
parents fafb99773476
children b2f57399b067
line wrap: on
line diff
--- a/README	Tue Sep 13 17:08:15 2016 +0200
+++ b/README	Fri Sep 16 09:18:35 2016 +0200
@@ -16,11 +16,11 @@
 Supported Platforms
 -------------------
 
-Currently, the supported platforms are:
+Currently, the officially supported platforms are:
 
-* Linux 32bit.
-* Linux 64bit.
+* GNU/Linux (32bit and 64bit).
 * Windows 32bit.
+* Apple OS X (32bit and 64bit).
 
 
 Supported Toolchains
@@ -29,9 +29,9 @@
 Orthanc can currently be built using the following compiling
 toolchains:
 
-* Native Linux compilation, with gcc.
+* Native GNU/Linux compilation, with gcc.
 * Native Windows compilation, with Microsoft Visual Studio.
-* Cross-compilation for Windows under Linux, with MinGW.
+* Cross-compilation for Windows under GNU/Linux, with MinGW.
 
 
 Licensing