Mercurial > hg > orthanc-java
view CodeGeneration/README.txt @ 62:cc91717e2354
auto-generation of Java wrapper is now part of the build
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 14 Aug 2025 17:27:40 +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