comparison INSTALL @ 377:1da6ec6038f5

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 17 Apr 2013 11:51:16 +0200
parents 238134081136
children dfbd3989a3f9
comparison
equal deleted inserted replaced
376:2cef9c2d4148 377:1da6ec6038f5
44 ------------------------ 44 ------------------------
45 45
46 To build binaries with debug information: 46 To build binaries with debug information:
47 47
48 # cd ~/OrthancBuild 48 # cd ~/OrthancBuild
49 # cmake -DCMAKE_BUILD_TYPE=Debug ~/Orthanc 49 # cmake -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Debug ~/Orthanc
50 # make 50 # make
51 # make doc 51 # make doc
52 52
53 53
54 To build a release version: 54 To build a release version:
55 55
56 # cd ~/OrthancBuild 56 # cd ~/OrthancBuild
57 # cmake -DCMAKE_BUILD_TYPE=Release ~/Orthanc 57 # cmake -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release ~/Orthanc
58 # make 58 # make
59 # make doc 59 # make doc
60 60
61 61
62 Under Linux, you have the possibility to dynamically link Orthanc 62 Under Linux, you have the possibility to dynamically link Orthanc