Mercurial > hg > orthanc-java
changeset 53:f9f82b07f05b
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 30 May 2025 21:48:14 +0200 (2 months ago) |
parents | 508d7f0479b1 |
children | d8a4ecf81642 |
files | CodeGeneration/README.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CodeGeneration/README.txt Wed Jan 22 14:24:54 2025 +0100 +++ b/CodeGeneration/README.txt Fri May 30 21:48:14 2025 +0200 @@ -22,5 +22,5 @@ $ sudo apt-get install python3-clang-14 python3-pystache $ python3 ./ParseOrthancSDK.py --libclang=libclang-14.so.1 \ --source ../Resources/Orthanc/Sdk-1.10.0/orthanc/OrthancCPlugin.h \ - --target ./CodeModel-1.10.0.json -$ python3 ./CodeGeneration.py --source ./CodeModel-1.10.0.json + --target ../Resources/CodeModel-1.10.0.json +$ python3 ./CodeGeneration.py --source ../Resources/CodeModel-1.10.0.json