Mercurial > hg > orthanc
comparison LinuxCompilation.txt @ 936:9c7f5fd8a7a2
build instructions for Mac OS X
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 24 Jun 2014 17:59:29 +0200 |
parents | d21031a7a6e4 |
children | 00f9f36bcd94 |
comparison
equal
deleted
inserted
replaced
935:9f32a3f8a347 | 936:9c7f5fd8a7a2 |
---|---|
10 case, the system-wide libraries will not be used. The build tool | 10 case, the system-wide libraries will not be used. The build tool |
11 (CMake) will download the sources of all the required packages and | 11 (CMake) will download the sources of all the required packages and |
12 automatically compile them. This process should work on all the Linux | 12 automatically compile them. This process should work on all the Linux |
13 distributions. | 13 distributions. |
14 | 14 |
15 We make the assumption that Orthanc source code is placed in the | |
16 folder "~/Orthanc" and that the binaries will be compiled to | |
17 "~/OrthancBuild". | |
18 | |
15 | 19 |
16 To build binaries with debug information: | 20 To build binaries with debug information: |
17 | 21 |
18 # cd ~/OrthancBuild | 22 # cd ~/OrthancBuild |
19 # cmake -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Debug ~/Orthanc | 23 # cmake -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Debug ~/Orthanc |