Mercurial > hg > orthanc-java
view CodeGeneration/README.txt @ 74:0acad1d4eb98
back to mainline
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Fri, 22 Aug 2025 10:25:30 +0200 |
| parents | 34fa909facd3 |
| children |
line wrap: on
line source
Introduction ============ This folder contains the Python script that generates the Java wrapper from the code model of the Orthanc SDK. The Java wrapper is written to: ../JavaSDK/be/uclouvain/orthanc/ The C++ interface is written to: ../Plugin/NativeSDK.cpp Usage on Ubuntu 22.04 ===================== $ sudo apt-get install python3-clang-14 python3-pystache $ python3 ./CodeGeneration.py --source ../Resources/CodeModel-1.10.0.json
