Mercurial > hg > orthanc-book
changeset 86:329bcab46f5e
contributing
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 21 Dec 2016 21:20:33 +0100 |
parents | 13dd3f20a00a |
children | f8aa67501041 |
files | Sphinx/source/contributing.rst Sphinx/source/faq/compiling.rst |
diffstat | 2 files changed, 9 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/contributing.rst Fri Dec 16 13:01:24 2016 +0100 +++ b/Sphinx/source/contributing.rst Wed Dec 21 21:20:33 2016 +0100 @@ -43,9 +43,8 @@ request an extension to the Orthanc SDK on the `mailing list <https://groups.google.com/forum/#!forum/orthanc-users>`_. -The University Hospital of Liège will also happily accept **external -patches** in the core of Orthanc and in its associated official -plugins, provided they are put in the public domain. Such patches must -be sent to the `mailing list -<https://groups.google.com/forum/#!forum/orthanc-users>`_ (*not* via a -pull request). +The Orthanc project will also happily accept **external patches** in +the core of Orthanc and in its associated official plugins. Such +patches can either be sent to the `mailing list +<https://groups.google.com/forum/#!forum/orthanc-users>`_ or via a +pull request.
--- a/Sphinx/source/faq/compiling.rst Fri Dec 16 13:01:24 2016 +0100 +++ b/Sphinx/source/faq/compiling.rst Wed Dec 21 21:20:33 2016 +0100 @@ -76,10 +76,10 @@ * ``-DUSE_SYSTEM_DCMTK=OFF`` to statically link against DCMTK. * ``-DUSE_SYSTEM_JSONCPP=OFF`` to statically link against JsonCpp. -You will also have to set the ``-DALLOW_DOWNLOADS=ON`` to -explicitely allow the CMake script to download the source code of any -required dependency. The source code of all these dependencies is -self-hosted on our servers at the University Hospital of Liège. +You will also have to set the ``-DALLOW_DOWNLOADS=ON`` to explicitely +allow the CMake script to download the source code of any required +dependency. The source code of all these dependencies is self-hosted +on the Web server running our official homepage. Please also note that the option ``-DSTANDALONE_BUILD=ON`` must be used whenever your plan to move the binaries or to install them on