comparison INSTALL @ 2544:d5ca5a5abe12

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 17 Apr 2018 20:42:07 +0200
parents 83489e20ad0c
children 6d5e36e1256f
comparison
equal deleted inserted replaced
2543:6c72ef308cb3 2544:d5ca5a5abe12
97 97
98 To cross-compile Windows binaries under Linux using MinGW, please use 98 To cross-compile Windows binaries under Linux using MinGW, please use
99 the following command: 99 the following command:
100 100
101 # cd ~/OrthancBuild 101 # cd ~/OrthancBuild
102 # cmake -DCMAKE_TOOLCHAIN_FILE=~/Orthanc/Resources/MinGWToolchain.cmake -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON -DCMAKE_BUILD_TYPE=Debug ~/Orthanc 102 # cmake -DCMAKE_TOOLCHAIN_FILE=~/Orthanc/Resources/MinGW-W64-Toolchain32.cmake -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON -DCMAKE_BUILD_TYPE=Debug -DUSE_DCMTK_360=ON -DUSE_LEGACY_JSONCPP=ON ~/Orthanc
103 # make 103 # make
104 104
105 105
106 106
107 Native Windows build with MinGW (VERY SLOW) 107 Native Windows build with MinGW (VERY SLOW)