Build requirements:
- Docker
- internet connection
Preparing (build toolchain docker image, takes a while):
make prepareBuild:
make releaseGrab dynamite-<OS>-amd64 binary in main directory.
Alternatively, you'll need:
- CMake
- Make
- C++23 compiler
- Go >= v1.24.5
Building hook:
cd hook
# directory name is important, see hook/embed.go
mkdir cmake-build-release-docker-mingw15
cd cmake-build-release-docker-mingw15
cmake ..
makeBuilding installer for your current platform:
go build .Consult Makefile for more options.