Mercurial > hg > orthanc
annotate README @ 5236:5e0db9eac1f8 db-protobuf
integration mainline->db-protobuf
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 04 Apr 2023 21:43:37 +0200 |
parents | 7822fa96f9c8 |
children | 1f7ac929e788 |
rev | line source |
---|---|
57 | 1 Orthanc - A Lightweight, RESTful DICOM Server |
2 ============================================= | |
3 | |
0 | 4 |
5 General Information | |
6 ------------------- | |
7 | |
705 | 8 General information about this software can be found on its official |
4131 | 9 Website, and in the Orthanc Book: |
705 | 10 http://www.orthanc-server.com/ |
4131 | 11 http://book.orthanc-server.com/ |
0 | 12 |
4131 | 13 The instructions for building Orthanc can be found in the "./INSTALL" |
0 | 14 file. |
15 | |
16 | |
17 Supported Platforms | |
18 ------------------- | |
19 | |
2661 | 20 Currently, the officially validated platforms are: |
0 | 21 |
2086 | 22 * GNU/Linux (32bit and 64bit). |
2661 | 23 * Windows (32bit and 64bit). |
2086 | 24 * Apple OS X (32bit and 64bit). |
0 | 25 |
2661 | 26 Orthanc is known to work on other UNIX-like platforms (such as FreeBSD |
27 and OpenBSD). | |
28 | |
0 | 29 |
30 Supported Toolchains | |
31 -------------------- | |
32 | |
57 | 33 Orthanc can currently be built using the following compiling |
0 | 34 toolchains: |
35 | |
2086 | 36 * Native GNU/Linux compilation, with gcc. |
7 | 37 * Native Windows compilation, with Microsoft Visual Studio. |
2086 | 38 * Cross-compilation for Windows under GNU/Linux, with MinGW. |
0 | 39 |
40 | |
17 | 41 Licensing |
42 --------- | |
43 | |
136 | 44 Orthanc is licensed under the GPLv3 license, with the OpenSSL |
45 exception: | |
46 http://people.gnome.org/~markmc/openssl-and-the-gpl.html | |
47 | |
4345 | 48 Full information about the licensing of the Orthanc ecosystem is |
49 available in the Orthanc Book: | |
50 https://book.orthanc-server.com/faq/licensing.html | |
51 | |
1230
4f1ac0f2c39c
Fix licensing terms according to FSF recommendations
s.jodogne@gmail.com
parents:
705
diff
changeset
|
52 We also kindly ask scientific works and clinical studies that make |
4f1ac0f2c39c
Fix licensing terms according to FSF recommendations
s.jodogne@gmail.com
parents:
705
diff
changeset
|
53 use of Orthanc to cite Orthanc in their associated publications. |
4f1ac0f2c39c
Fix licensing terms according to FSF recommendations
s.jodogne@gmail.com
parents:
705
diff
changeset
|
54 Similarly, we ask open-source and closed-source products that make |
4f1ac0f2c39c
Fix licensing terms according to FSF recommendations
s.jodogne@gmail.com
parents:
705
diff
changeset
|
55 use of Orthanc to warn us about this use. You can cite our work |
4f1ac0f2c39c
Fix licensing terms according to FSF recommendations
s.jodogne@gmail.com
parents:
705
diff
changeset
|
56 using the following BibTeX entry: |
17 | 57 |
2561 | 58 @Article{Jodogne2018, |
59 author="Jodogne, S{\'e}bastien", | |
60 title="The {O}rthanc Ecosystem for Medical Imaging", | |
61 journal="Journal of Digital Imaging", | |
62 year="2018", | |
2613 | 63 month="Jun", |
64 day="01", | |
65 volume="31", | |
66 number="3", | |
67 pages="341--352", | |
2561 | 68 issn="1618-727X", |
69 doi="10.1007/s10278-018-0082-y", | |
70 url="https://doi.org/10.1007/s10278-018-0082-y" | |
449 | 71 } |
17 | 72 |
73 | |
74 Licensing of special directories | |
75 -------------------------------- | |
76 | |
77 The following directories have separate licensing terms: | |
78 | |
4131 | 79 * The files of the "./OrthancFramework/Sources/" directory are |
80 licensed under the LGPLv3 (Lesser GPL) since Orthanc 1.7.2. The | |
81 related COPYING file can be found in "./OrthancFramework". | |
82 | |
83 * The files of the "./OrthancFramework/Sources/SQLite/" directory are | |
4091
19a2f1d2b816
moved CMakeLists.txt for the server to the OrthancServer folder
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2661
diff
changeset
|
84 licensed under the 3-clause BSD license, as they are derived from |
19a2f1d2b816
moved CMakeLists.txt for the server to the OrthancServer folder
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2661
diff
changeset
|
85 the Chromium project. |
17 | 86 |
87 | |
0 | 88 Content |
89 ------- | |
90 | |
4091
19a2f1d2b816
moved CMakeLists.txt for the server to the OrthancServer folder
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2661
diff
changeset
|
91 This archive contains the following important directories: |
0 | 92 |
4131 | 93 * ./OrthancFramework/Sources/ - The sources of the Orthanc framework |
94 * ./OrthancFramework/UnitTestsSources/ - Unit tests of the Orthanc framework | |
95 * ./OrthancServer/OrthancExplorer/ - Code of the Orthanc Explorer (HTML5/Javascript) | |
96 * ./OrthancServer/Plugins/ - Code of the plugin framework | |
97 * ./OrthancServer/Resources/Samples/ - Samples | |
98 * ./OrthancServer/Sources/ - Code of the Orthanc server (depends on DCMTK) | |
99 * ./OrthancServer/UnitTestsSources/ - Unit tests of the Orthanc server | |
0 | 100 |
4091
19a2f1d2b816
moved CMakeLists.txt for the server to the OrthancServer folder
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
2661
diff
changeset
|
101 This archive contains the following important files: |
0 | 102 |
4131 | 103 * ./AUTHORS - The list of the authors |
104 * ./COPYING - The main GPLv3 license | |
105 * ./INSTALL - How to build Orthanc | |
106 * ./NEWS - The history of main changes between versions | |
107 * ./OrthancServer/CMakeLists.txt - The main build script of the Orthanc server | |
108 * ./README - This file | |
0 | 109 |
7 | 110 We have decided not to maintain a separate "ChangeLog" file. Each |
57 | 111 commit to the official Orthanc Mercurial repository should be |
7 | 112 associated with a description of the changes. |