-
Ensure symlinks are checked out as symlinks and not plaintext files.
git config core.symlinks true
-
Also make sure to initialize submodules and configure them for SSH access to prevent future pain.
git submodule update --init --recursive git submodule update --remote --recursive # Update all submodules cd third_party/github.com/downflux/gd-game-assets git remote set-url origin git@github.com:downflux/gd-game-assets.git git checkout main
Recreate symlinks manually. See https://stackoverflow.com/a/59761201 -- it seems like Windows symlink on checkout may still be corrupted.
See documentation
-
Install
gd
go.exe install grow.graphics/gd/cmd/gd@master
-
Ensure the Godot v4.3 binary is installed as
godot-4.3.exe
in${GOPATH}/bin
go.exe env GOPATH
-
Install
gcc
toolchain from https://winlibs.com/#download-release -
Set Windows
${PATH}
to the appropriatemingw64\bin
directory
See documentation
-
Install
gd
go install grow.graphics/gd/cmd/gd@master
-
Ensure the Godot v4.3 binary is installed as
godot-4.3.exe
in${GOPATH}/bin
go env GOPATH