comparison INSTALL @ 870:f4f5ab513157 jpeg

fix static builds
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Jun 2014 09:13:22 +0200
parents d775a3cb5a06
children 9c7f5fd8a7a2
comparison
equal deleted inserted replaced
867:ea246626b96c 870:f4f5ab513157
69 69
70 To cross-compile Windows binaries under Linux using MinGW, please use 70 To cross-compile Windows binaries under Linux using MinGW, please use
71 the following command: 71 the following command:
72 72
73 # cd ~/OrthancBuild 73 # cd ~/OrthancBuild
74 # cmake -DCMAKE_TOOLCHAIN_FILE=~/Orthanc/Resources/MinGWToolchain.cmake -DSTANDALONE_BUILD=ON -DCMAKE_BUILD_TYPE=Debug ~/Orthanc 74 # cmake -DCMAKE_TOOLCHAIN_FILE=~/Orthanc/Resources/MinGWToolchain.cmake -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON -DCMAKE_BUILD_TYPE=Debug ~/Orthanc
75 # make 75 # make
76 76
77 77
78 78
79 Native Windows build with MinGW (VERY SLOW) 79 Native Windows build with MinGW (VERY SLOW)