Mercurial > hg > orthanc-python
comparison CodeAnalysis/README.txt @ 96:627b8a19fb9f
orthanc.RegisterIncomingCStoreInstanceFilter()
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 15 Oct 2021 18:36:24 +0200 |
parents | 9e466631660a |
children | 912cbabbe427 |
comparison
equal
deleted
inserted
replaced
95:c17cdaf687e3 | 96:627b8a19fb9f |
---|---|
11 Usage on Ubuntu 18.04 | 11 Usage on Ubuntu 18.04 |
12 ===================== | 12 ===================== |
13 | 13 |
14 $ sudo apt-get install python-clang-4.0 | 14 $ sudo apt-get install python-clang-4.0 |
15 $ python2 ./ParseOrthancSDK.py --libclang=libclang-4.0.so.1 \ | 15 $ python2 ./ParseOrthancSDK.py --libclang=libclang-4.0.so.1 \ |
16 --source ../Resources/Orthanc/Sdk-1.8.1/orthanc/OrthancCPlugin.h \ | 16 --source ../Resources/Orthanc/Sdk-1.9.8/orthanc/OrthancCPlugin.h \ |
17 --target ../Sources/Autogenerated | 17 --target ../Sources/Autogenerated |
18 | |
19 | |
20 Run through docker | |
21 ================== | |
22 | |
23 $ docker-compose up --build |