On Windows, scoop.sh is probably the best option for package management of applications.
This is the djinni bucket for scoop.sh.
Usage:
scoop bucket add xlcpp https://github.com/cross-language-cpp/djinni-bucket
scoop install xlcpp djinni-generator
Now you can run
djinni --version
The output should end with
djinni generator version 1.4.1
(or whatever the current version is)
To run djinni
, you need a JDK installation.
If you do not have one, scoop.sh might be the most comfortable way to install one.
Example:
scoop bucket add java
scoop install microsoft-lts-jdk
There are other jdks, like the openjdk, also available. For more information, see the scoop java wiki