Mercurial > hg > orthanc
comparison LinuxCompilation.txt @ 1219:c4ae92753d57
note about doxygen
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 07 Nov 2014 15:52:53 +0100 |
parents | 6502517fd4af |
children | afaa55d42ddd |
comparison
equal
deleted
inserted
replaced
1218:efece308018e | 1219:c4ae92753d57 |
---|---|
42 Note 2- If the development package of libuuid was not installed when | 42 Note 2- If the development package of libuuid was not installed when |
43 first invoking cmake, you will have to manually remove the build | 43 first invoking cmake, you will have to manually remove the build |
44 directory ("rm -rf ~/OrthancBuild") after installing this package, | 44 directory ("rm -rf ~/OrthancBuild") after installing this package, |
45 then run cmake again. | 45 then run cmake again. |
46 | 46 |
47 Note 3- To build the documentation, you will have to install doxyen. | |
48 | |
47 | 49 |
48 Use system-wide libraries under Linux | 50 Use system-wide libraries under Linux |
49 ===================================== | 51 ===================================== |
50 | 52 |
51 Under Linux, by default, Orthanc links against the shared libraries of | 53 Under Linux, by default, Orthanc links against the shared libraries of |
56 | 58 |
57 # cd ~/OrthancBuild | 59 # cd ~/OrthancBuild |
58 # cmake -DCMAKE_BUILD_TYPE=Debug ~/Orthanc | 60 # cmake -DCMAKE_BUILD_TYPE=Debug ~/Orthanc |
59 # make | 61 # make |
60 | 62 |
63 Note that to build the documentation, you will have to install doxyen. | |
61 | 64 |
62 However, on some Linux distributions, it is still required to download | 65 However, on some Linux distributions, it is still required to download |
63 and static link against some third-party dependencies, e.g. when the | 66 and static link against some third-party dependencies, e.g. when the |
64 system-wide library is not shipped or is outdated. Because of | 67 system-wide library is not shipped or is outdated. Because of |
65 difference in the packaging of the various Linux distribution, it is | 68 difference in the packaging of the various Linux distribution, it is |