Generator Setup¶
Installation¶
Important
The generator requires Java!
Linux, macOS¶
Manually¶
Install with asdf¶
asdf plugin add djinni
asdf install djinni latest
MacOS homebrew¶
We have a brew tap!
Add the tap:
brew tap cross-language-cpp/brew https://github.com/cross-language-cpp/brew.git
Install the djinni generator:
brew install djinni
Windows¶
Conan¶
The generator is available at conan-center for Windows, Linux & macOS.
Add the generator as a build requirement in conanfile.txt
:
[build_requires]
djinni-generator/1.3.0
Last update: November 25, 2021