comparison INSTALL @ 2086:630606097798

GNU/Linux
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 16 Sep 2016 09:18:35 +0200
parents 5e9c40419fb9
children 0611aa383e62
comparison
equal deleted inserted replaced
2085:5d4743fd8a85 2086:630606097798
49 49
50 WARNING 2: If cmake complains about not being able to uncompress 50 WARNING 2: If cmake complains about not being able to uncompress
51 third-party dependencies, delete the "~/Orthanc/ThirdPartyDownloads/" 51 third-party dependencies, delete the "~/Orthanc/ThirdPartyDownloads/"
52 folder, then restart cmake. 52 folder, then restart cmake.
53 53
54 WARNING 3: If performance is important to you, make sure to add the
55 option "-DCMAKE_BUILD_TYPE=Release" when invoking cmake. Indeed, by
56 default, run-time debug assertions are enabled, which can seriously
57 impact performance, especially if your Orthanc server stores a lot of
58 DICOM instances.
54 59
55 Native Linux Compilation 60
56 ------------------------ 61 Native GNU/Linux Compilation
62 ----------------------------
57 63
58 See the file "LinuxCompilation.txt". 64 See the file "LinuxCompilation.txt".
59
60 65
61 66
62 Native OS X Compilation 67 Native OS X Compilation
63 ----------------------- 68 -----------------------
64 69
83 http://en.wikipedia.org/wiki/Microsoft_Windows_SDK. 88 http://en.wikipedia.org/wiki/Microsoft_Windows_SDK.
84 Read the CMake FAQ: http://goo.gl/By90B 89 Read the CMake FAQ: http://goo.gl/By90B
85 90
86 91
87 92
88 Cross-Compilation for Windows under Linux 93 Cross-Compilation for Windows under GNU/Linux
89 ----------------------------------------- 94 ---------------------------------------------
90 95
91 To cross-compile Windows binaries under Linux using MinGW, please use 96 To cross-compile Windows binaries under Linux using MinGW, please use
92 the following command: 97 the following command:
93 98
94 # cd ~/OrthancBuild 99 # cd ~/OrthancBuild