Mercurial > hg > orthanc-book
comparison Sphinx/source/faq/compiling-old.rst @ 42:a52f1dc48ebc
GNU/Linux
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 16 Sep 2016 09:14:59 +0200 |
parents | 669ea65ba7fb |
children | 011b01ccf52d |
comparison
equal
deleted
inserted
replaced
41:1c8aaaea72b2 | 42:a52f1dc48ebc |
---|---|
1 .. highlight:: bash | 1 .. highlight:: bash |
2 .. _compiling-old: | 2 .. _compiling-old: |
3 | 3 |
4 Old build instructions for Linux | 4 Old build instructions for GNU/Linux |
5 ================================ | 5 ==================================== |
6 | 6 |
7 This page summarizes the Linux build instructions that were used **up | 7 This page summarizes the GNU/Linux build instructions that were used |
8 to Orthanc 0.7.0 (inclusive)**. Instructions for Orthanc above 0.7.0 | 8 **up to Orthanc 0.7.0 (inclusive)**. Instructions for Orthanc above |
9 can be found directly `inside the source package | 9 0.7.0 can be found directly `inside the source package |
10 <https://bitbucket.org/sjodogne/orthanc/src/default/LinuxCompilation.txt>`_. | 10 <https://bitbucket.org/sjodogne/orthanc/src/default/LinuxCompilation.txt>`_. |
11 | 11 |
12 Static linking | 12 Static linking |
13 -------------- | 13 -------------- |
14 | 14 |
15 In general, the static linking should work on any Linux distribution | 15 In general, the static linking should work on any GNU/Linux |
16 (in particular, this works on Debian Squeeze):: | 16 distribution (in particular, this works on Debian Squeeze):: |
17 | 17 |
18 $ cmake -DSTATIC_BUILD:BOOL=ON -DCMAKE_BUILD_TYPE=Debug | 18 $ cmake -DSTATIC_BUILD:BOOL=ON -DCMAKE_BUILD_TYPE=Debug |
19 | 19 |
20 Peter Somlo provides `detailed instructions | 20 Peter Somlo provides `detailed instructions |
21 <https://groups.google.com/d/msg/orthanc-users/hQYulBBvJvs/S1Pm125o59gJ>`_ | 21 <https://groups.google.com/d/msg/orthanc-users/hQYulBBvJvs/S1Pm125o59gJ>`_ |