Mercurial > hg > orthanc-java
view CodeGeneration/README.txt @ 65:156e942b136e
added support for custom methods
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 20 Aug 2025 13:01:39 +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