Mercurial > hg > orthanc-python
comparison CodeAnalysis/README.txt @ 105:912cbabbe427
revert to sdk 1.8.1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Feb 2022 11:15:47 +0100 |
parents | 627b8a19fb9f |
children | 461dfb859ac7 |
comparison
equal
deleted
inserted
replaced
104:87fdb1a108db | 105:912cbabbe427 |
---|---|
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.9.8/orthanc/OrthancCPlugin.h \ | 16 --source ../Resources/Orthanc/Sdk-1.8.1/orthanc/OrthancCPlugin.h \ |
17 --target ../Sources/Autogenerated | 17 --target ../Sources/Autogenerated |
18 | 18 |
19 | 19 |
20 Run through docker | 20 Run through docker |
21 ================== | 21 ================== |