Mercurial > hg > orthanc-python
view CodeAnalysis/README.txt @ 41:393d2da0722a
upgrade to Orthanc SDK 1.7.2
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 08 Jul 2020 14:34:59 +0200 |
parents | b2bbb516056e |
children | 9e466631660a |
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.7.2/orthanc/OrthancCPlugin.h \ --target ../Sources/Autogenerated