Go to file
2025-06-23 19:07:37 +05:30
OrthancFramework DICOM test1 2025-06-23 19:07:37 +05:30
OrthancServer DICOM test1 2025-06-23 19:07:37 +05:30
.clang-format DICOM test1 2025-06-23 19:07:37 +05:30
.gitignore DICOM test1 2025-06-23 19:07:37 +05:30
.hg_archival.txt DICOM test1 2025-06-23 19:07:37 +05:30
.hgignore DICOM test1 2025-06-23 19:07:37 +05:30
.hgtags DICOM test1 2025-06-23 19:07:37 +05:30
.travis.yml DICOM test1 2025-06-23 19:07:37 +05:30
AUTHORS DICOM test1 2025-06-23 19:07:37 +05:30
CITATION.cff DICOM test1 2025-06-23 19:07:37 +05:30
COPYING DICOM test1 2025-06-23 19:07:37 +05:30
DarwinCompilation.txt DICOM test1 2025-06-23 19:07:37 +05:30
INSTALL DICOM test1 2025-06-23 19:07:37 +05:30
LinuxCompilation.txt DICOM test1 2025-06-23 19:07:37 +05:30
NEWS DICOM test1 2025-06-23 19:07:37 +05:30
README DICOM test1 2025-06-23 19:07:37 +05:30
readme.txt DICOM test1 2025-06-23 19:07:37 +05:30
TODO DICOM test1 2025-06-23 19:07:37 +05:30

tar -xvzf Orthanc-1.12.8.tar.gz
cd Orthanc-1.12.8

**********Install Required Dependencies
sudo apt update
sudo apt install -y cmake g++ liblua5.1-0-dev libcurl4-openssl-dev \
libssl-dev zlib1g-dev uuid-dev libjsoncpp-dev


sudo apt install libsqlite3-dev
sudo apt install libcivetweb-dev


***********Create Build Directory & Compile
mkdir Build inside OrthanServer
cd Build
cmake ..
make -j$(nproc)


./Orthanc ../Resources/Configuration.json




*****************process
cmake -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Release ..


run 
./Orthanc