Mercurial > hg > orthanc
comparison INSTALL @ 930:27d256e0b458 mac
integration mainline -> mac
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 24 Jun 2014 16:47:18 +0200 |
parents | f4f5ab513157 |
children | 9c7f5fd8a7a2 |
comparison
equal
deleted
inserted
replaced
928:882833632b1f | 930:27d256e0b458 |
---|---|
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) |