Mercurial > hg > orthanc-python
changeset 283:4567ac27701d OrthancPython-6.0
updated explanations
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 12 Aug 2025 20:38:19 +0200 |
parents | 5e9435abe2ee |
children | 98219e09a9ba |
files | CodeAnalysis/README.txt |
diffstat | 1 files changed, 3 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/CodeAnalysis/README.txt Tue Aug 12 20:09:02 2025 +0200 +++ b/CodeAnalysis/README.txt Tue Aug 12 20:38:19 2025 +0200 @@ -3,13 +3,10 @@ ============ This folder contains the Python script that reads the code model of -the Orthanc SDK that is generated by the "orthanc-java" project [1], -then automatically wraps this SDK as a Python extension module. - -The output of the script is written to "../Sources/Autogenerated". +the Orthanc SDK, and that automatically wraps this SDK as a Python +extension module. This script is automatically invoked during the +build by CMake. Usage: $ ./GenerateOrthancSDK.py - -[1] https://orthanc.uclouvain.be/book/plugins/java.html