comparison 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
comparison
equal deleted inserted replaced
2085:5d4743fd8a85 2086:630606097798
14 14
15 15
16 Supported Platforms 16 Supported Platforms
17 ------------------- 17 -------------------
18 18
19 Currently, the supported platforms are: 19 Currently, the officially supported platforms are:
20 20
21 * Linux 32bit. 21 * GNU/Linux (32bit and 64bit).
22 * Linux 64bit.
23 * Windows 32bit. 22 * Windows 32bit.
23 * Apple OS X (32bit and 64bit).
24 24
25 25
26 Supported Toolchains 26 Supported Toolchains
27 -------------------- 27 --------------------
28 28
29 Orthanc can currently be built using the following compiling 29 Orthanc can currently be built using the following compiling
30 toolchains: 30 toolchains:
31 31
32 * Native Linux compilation, with gcc. 32 * Native GNU/Linux compilation, with gcc.
33 * Native Windows compilation, with Microsoft Visual Studio. 33 * Native Windows compilation, with Microsoft Visual Studio.
34 * Cross-compilation for Windows under Linux, with MinGW. 34 * Cross-compilation for Windows under GNU/Linux, with MinGW.
35 35
36 36
37 Licensing 37 Licensing
38 --------- 38 ---------
39 39