Mercurial > hg > orthanc-python
view CodeAnalysis/README.txt @ 58:ef1a1ce0c1e3
During Orthanc shutdown, wait for all the pending events to have been processed
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 22 Jan 2021 07:36:18 +0100 |
parents | 9e466631660a |
children | 627b8a19fb9f |
line wrap: on
line source
Introduction ============ This folder contains the Python script that analyzes the header of the Orthanc Plugin SDK using clang, then automatically wraps this SDK as a Python extension module. The output of the script is written to "../Sources/Autogenerated". Usage on Ubuntu 18.04 ===================== $ sudo apt-get install python-clang-4.0 $ python2 ./ParseOrthancSDK.py --libclang=libclang-4.0.so.1 \ --source ../Resources/Orthanc/Sdk-1.8.1/orthanc/OrthancCPlugin.h \ --target ../Sources/Autogenerated