Mercurial > hg > orthanc-python
comparison CodeAnalysis/README.txt @ 28:b2bbb516056e
The "Calling Python..." info logs are disabled if "PythonVerbose" is "false"
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 27 Apr 2020 07:59:35 +0200 |
parents | |
children | 393d2da0722a |
comparison
equal
deleted
inserted
replaced
27:ec7860ac40e9 | 28:b2bbb516056e |
---|---|
1 | |
2 Introduction | |
3 ============ | |
4 | |
5 This folder contains the Python script that analyzes the header of the | |
6 Orthanc Plugin SDK using clang, then automatically wraps this SDK as a | |
7 Python extension module. The output of the script is written to | |
8 "../Sources/Autogenerated". | |
9 | |
10 | |
11 Usage on Ubuntu 18.04 | |
12 ===================== | |
13 | |
14 $ sudo apt-get install python-clang-4.0 | |
15 $ python2 ./ParseOrthancSDK.py --libclang=libclang-4.0.so.1 \ | |
16 --source ../Resources/Orthanc/Sdk-1.5.7/orthanc/OrthancCPlugin.h \ | |
17 --target ../Sources/Autogenerated |