comparison README @ 1253:f66beac9ee42

readme
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 08 Jan 2015 13:08:58 +0100
parents 4f1ac0f2c39c
children fafb99773476
comparison
equal deleted inserted replaced
1252:ee43f0d611a8 1253:f66beac9ee42
76 76
77 * Core/ - The core C++ classes (independent of DCMTK) 77 * Core/ - The core C++ classes (independent of DCMTK)
78 * OrthancCppClient/ - Code of the C++ client 78 * OrthancCppClient/ - Code of the C++ client
79 * OrthancExplorer/ - Code of the Web application (HTML5/Javascript) 79 * OrthancExplorer/ - Code of the Web application (HTML5/Javascript)
80 * OrthancServer/ - Code of the Orthanc server (depends on DCMTK) 80 * OrthancServer/ - Code of the Orthanc server (depends on DCMTK)
81 * Plugins/ - Code of the plugin framework
81 * Resources/ - Scripts, resources for building third-party code 82 * Resources/ - Scripts, resources for building third-party code
82 * UnitTests/ - Unit tests 83 * UnitTestsSources/ - Unit tests
83 84
84 This archive contains the following files: 85 This archive contains the following files:
85 86
86 * AUTHORS - The list of the authors 87 * AUTHORS - The list of the authors
87 * CMakeLists.txt - The main build script 88 * CMakeLists.txt - The main build script