Skip to content

Installing Dependencies

If you haven’t already done so, you will need to Download and Install Go so you will be able to compile any .go source files into native executables.

After Go is installed, make sure $GOPATH/bin is part of your PATH, so that any tools that you decide to go install will be available for use in your terminal.

Terminal window
setx PATH "%PATH%;%GOPATH%\bin"

graphics.gd will automatically manage other dependencies as-needed. If you do insist on downloading/installing them yourself set GDTOOLCHAIN=local.

These will be installed into $GDPATH/bin by default, $GDPATH defaults to your user home directory.