Mercurial > hg > orthanc-python
comparison CodeAnalysis/README.txt @ 140:b6835b7a7c0a
code generation on Ubuntu 22.04
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 15 Sep 2023 09:01:26 +0200 |
parents | 5b59ebc267e1 |
children | 3c72d1f4c2a5 |
comparison
equal
deleted
inserted
replaced
139:f79f5450ad7f | 140:b6835b7a7c0a |
---|---|
24 $ python3 ./ParseOrthancSDK.py --libclang=libclang-6.0.so.1 \ | 24 $ python3 ./ParseOrthancSDK.py --libclang=libclang-6.0.so.1 \ |
25 --source ../Resources/Orthanc/Sdk-1.10.0/orthanc/OrthancCPlugin.h \ | 25 --source ../Resources/Orthanc/Sdk-1.10.0/orthanc/OrthancCPlugin.h \ |
26 --target ../Sources/Autogenerated | 26 --target ../Sources/Autogenerated |
27 | 27 |
28 | 28 |
29 Usage on Ubuntu 22.04 | |
30 ===================== | |
31 | |
32 $ sudo apt-get install python3-clang-14 python3-pystache | |
33 $ python3 ./ParseOrthancSDK.py --libclang=libclang-14.so.1 \ | |
34 --source ../Resources/Orthanc/Sdk-1.10.0/orthanc/OrthancCPlugin.h \ | |
35 --target ../Sources/Autogenerated | |
36 | |
37 | |
29 Run through docker | 38 Run through docker |
30 ================== | 39 ================== |
31 | 40 |
32 $ docker-compose up --build | 41 $ docker-compose up --build |