Mercurial > hg > orthanc-python
diff CodeAnalysis/README.txt @ 96:627b8a19fb9f
orthanc.RegisterIncomingCStoreInstanceFilter()
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 15 Oct 2021 18:36:24 +0200 |
parents | 9e466631660a |
children | 912cbabbe427 |
line wrap: on
line diff
--- a/CodeAnalysis/README.txt Wed Sep 15 11:52:30 2021 +0200 +++ b/CodeAnalysis/README.txt Fri Oct 15 18:36:24 2021 +0200 @@ -13,5 +13,11 @@ $ 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 \ + --source ../Resources/Orthanc/Sdk-1.9.8/orthanc/OrthancCPlugin.h \ --target ../Sources/Autogenerated + + +Run through docker +================== + +$ docker-compose up --build