comparison Sphinx/source/faq/compiling.rst @ 86:329bcab46f5e

contributing
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 21 Dec 2016 21:20:33 +0100
parents a52f1dc48ebc
children 3391edf37359
comparison
equal deleted inserted replaced
85:13dd3f20a00a 86:329bcab46f5e
74 dependencies. Here are the most useful: 74 dependencies. Here are the most useful:
75 75
76 * ``-DUSE_SYSTEM_DCMTK=OFF`` to statically link against DCMTK. 76 * ``-DUSE_SYSTEM_DCMTK=OFF`` to statically link against DCMTK.
77 * ``-DUSE_SYSTEM_JSONCPP=OFF`` to statically link against JsonCpp. 77 * ``-DUSE_SYSTEM_JSONCPP=OFF`` to statically link against JsonCpp.
78 78
79 You will also have to set the ``-DALLOW_DOWNLOADS=ON`` to 79 You will also have to set the ``-DALLOW_DOWNLOADS=ON`` to explicitely
80 explicitely allow the CMake script to download the source code of any 80 allow the CMake script to download the source code of any required
81 required dependency. The source code of all these dependencies is 81 dependency. The source code of all these dependencies is self-hosted
82 self-hosted on our servers at the University Hospital of Liège. 82 on the Web server running our official homepage.
83 83
84 Please also note that the option ``-DSTANDALONE_BUILD=ON`` must be 84 Please also note that the option ``-DSTANDALONE_BUILD=ON`` must be
85 used whenever your plan to move the binaries or to install them on 85 used whenever your plan to move the binaries or to install them on
86 another computer. This option will embed all the external resource 86 another computer. This option will embed all the external resource
87 files (notably Orthanc Explorer) into the resulting executable. If 87 files (notably Orthanc Explorer) into the resulting executable. If