Library: make build-library
Bindings: make build-library-bindings
Runtime: make build-runtime
.\configure.bat --host=windows-x86_64-md
.\make.bat
- Build gir.core with meson
- clone
- cd gir.core/scripts
- dotnet fsi GenerateLibs.fsx
- cd ../src
- dotnet build GirCore.Libs.slnf
- Build gir.core/GirTool with meson
- Properly call GirTool to generate sources
- Make everything internal of generated bindings except enums
- On windows, build frida-core with
windows-x86_64-md