comparison CodeAnalysis/README.txt @ 128:5b59ebc267e1 fix-leak

fixed leaks in the initialization of the enums
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 30 Aug 2023 11:02:20 +0200
parents 461dfb859ac7
children b6835b7a7c0a
comparison
equal deleted inserted replaced
127:a862d554753f 128:5b59ebc267e1
9 9
10 10
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 python-pystache
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.10.0/orthanc/OrthancCPlugin.h \
17 --target ../Sources/Autogenerated
18
19
20 Usage on Ubuntu 20.04
21 =====================
22
23 $ sudo apt-get install python-clang-6.0 python3-pystache
24 $ python3 ./ParseOrthancSDK.py --libclang=libclang-6.0.so.1 \
16 --source ../Resources/Orthanc/Sdk-1.10.0/orthanc/OrthancCPlugin.h \ 25 --source ../Resources/Orthanc/Sdk-1.10.0/orthanc/OrthancCPlugin.h \
17 --target ../Sources/Autogenerated 26 --target ../Sources/Autogenerated
18 27
19 28
20 Run through docker 29 Run through docker