57
|
1 Orthanc - A Lightweight, RESTful DICOM Server
|
|
2 =============================================
|
|
3
|
0
|
4
|
|
5 General Information
|
|
6 -------------------
|
|
7
|
|
8 General information about this software can be found on our Google
|
|
9 Code hosting page:
|
57
|
10 http://code.google.com/p/orthanc/
|
0
|
11
|
57
|
12 The instructions for building Orthanc can be found in the "INSTALL"
|
0
|
13 file.
|
|
14
|
|
15
|
|
16 Supported Platforms
|
|
17 -------------------
|
|
18
|
|
19 Currently, the supported platforms are:
|
|
20
|
|
21 * Linux 32bit.
|
|
22 * Linux 64bit.
|
7
|
23 * Windows 32bit.
|
0
|
24
|
|
25
|
|
26 Supported Toolchains
|
|
27 --------------------
|
|
28
|
57
|
29 Orthanc can currently be built using the following compiling
|
0
|
30 toolchains:
|
|
31
|
|
32 * Native Linux compilation, with gcc.
|
7
|
33 * Native Windows compilation, with Microsoft Visual Studio.
|
|
34 * Cross-compilation for Windows under Linux, with MinGW.
|
0
|
35
|
|
36
|
17
|
37 Licensing
|
|
38 ---------
|
|
39
|
57
|
40 Orthanc is licensed under the GPLv3 license. Because Orthanc uses the
|
|
41 Software-as-a-Service paradigm, commercial products are allowed to
|
|
42 access the Orthanc REST services and to bundle Orthanc in an
|
|
43 commercial aggregate.
|
17
|
44
|
52
|
45 We also kindly require scientific works and clinical studies that make
|
57
|
46 use of Orthanc to cite Orthanc in their associated publications.
|
17
|
47
|
|
48
|
|
49 Licensing of special directories
|
|
50 --------------------------------
|
|
51
|
|
52 The following directories have separate licensing terms:
|
|
53
|
57
|
54 * The files of the "OrthancCppClient/" directory are licensed under
|
17
|
55 the MIT license, which allows commercial products to statically link
|
|
56 against the C++ client library.
|
|
57
|
|
58 * The file of the "Core/SQLite/" directory are licensed under the
|
|
59 3-clause BSD license, as they are derived from the Chromium project.
|
|
60
|
|
61
|
0
|
62 Content
|
|
63 -------
|
|
64
|
|
65 This archive contains the following directories:
|
|
66
|
|
67 * Core/ - The core C++ classes (independent of DCMTK)
|
57
|
68 * OrthancCppClient/ - Code of the C++ client (under MIT license)
|
|
69 * OrthancExplorer/ - Code of the Web application (HTML5/Javascript)
|
|
70 * OrthancServer/ - Code of the Orthanc server (depends on DCMTK)
|
0
|
71 * Resources/ - Scripts, resources for building third-party code
|
|
72 * UnitTests/ - Unit tests
|
|
73
|
|
74 This archive contains the following files:
|
|
75
|
|
76 * AUTHORS - The list of the authors
|
|
77 * CMakeLists.txt - The main build script
|
|
78 * COPYING - The GPLv3 license
|
57
|
79 * INSTALL - How to build Orthanc
|
0
|
80 * README - This file
|
|
81 * THANKS - The list of the contributors
|
7
|
82 * NEWS - The history of main changes between versions
|
0
|
83
|
7
|
84 We have decided not to maintain a separate "ChangeLog" file. Each
|
57
|
85 commit to the official Orthanc Mercurial repository should be
|
7
|
86 associated with a description of the changes.
|