comparison README @ 4091:19a2f1d2b816 framework

moved CMakeLists.txt for the server to the OrthancServer folder
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jun 2020 07:30:50 +0200
parents 62cc762d1fb0
children eea760f20ed2
comparison
equal deleted inserted replaced
4090:160ec8417874 4091:19a2f1d2b816
69 Licensing of special directories 69 Licensing of special directories
70 -------------------------------- 70 --------------------------------
71 71
72 The following directories have separate licensing terms: 72 The following directories have separate licensing terms:
73 73
74 * The file of the "Core/SQLite/" directory are licensed under the 74 * The files of the "OrthancFramework/Sources/SQLite/" directory are
75 3-clause BSD license, as they are derived from the Chromium project. 75 licensed under the 3-clause BSD license, as they are derived from
76 the Chromium project.
76 77
77 78
78 Content 79 Content
79 ------- 80 -------
80 81
81 This archive contains the following directories: 82 This archive contains the following important directories:
82 83
83 * Core/ - The core C++ classes (independent of DCMTK) 84 * OrthancFramework/Sources/ - The sources of the Orthanc framework
84 * OrthancExplorer/ - Code of the Web application (HTML5/Javascript) 85 * OrthancFramework/UnitTestsSources/ - Unit tests of the Orthanc framework
85 * OrthancServer/ - Code of the Orthanc server (depends on DCMTK) 86 * OrthancServer/OrthancExplorer/ - Code of the Orthanc Explorer (HTML5/Javascript)
86 * Plugins/ - Code of the plugin framework 87 * OrthancServer/Plugins/ - Code of the plugin framework
87 * Resources/ - Scripts, resources for building third-party code 88 * OrthancServer/Resources/Samples/ - Samples
88 * UnitTestsSources/ - Unit tests 89 * OrthancServer/Sources/ - Code of the Orthanc server (depends on DCMTK)
90 * OrthancServer/UnitTestsSources/ - Unit tests of the Orthanc server
89 91
90 This archive contains the following files: 92 This archive contains the following important files:
91 93
92 * AUTHORS - The list of the authors 94 * AUTHORS - The list of the authors
93 * CMakeLists.txt - The main build script 95 * INSTALL - How to build Orthanc
94 * COPYING - The GPLv3 license 96 * NEWS - The history of main changes between versions
95 * INSTALL - How to build Orthanc 97 * OrthancFramework/COPYING - The GPLv3 license
96 * README - This file 98 * OrthancServer/CMakeLists.txt - The main build script of the Orthanc server
97 * THANKS - The list of the contributors 99 * OrthancServer/COPYING - The GPLv3 license
98 * NEWS - The history of main changes between versions 100 * README - This file
99 101
100 We have decided not to maintain a separate "ChangeLog" file. Each 102 We have decided not to maintain a separate "ChangeLog" file. Each
101 commit to the official Orthanc Mercurial repository should be 103 commit to the official Orthanc Mercurial repository should be
102 associated with a description of the changes. 104 associated with a description of the changes.