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.
setx PATH "%PATH%;%GOPATH%\bin"
echo 'export PATH="$PATH:$GOPATH/bin"' >> ~/.zshrc && source ~/.zshrc
echo 'export PATH="$PATH:$GOPATH/bin"' >> ~/.bashrc && source ~/.bashrc
Other Dependencies
Section titled “Other Dependencies”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.