- Install the Go programming language, version 1.16 or higher.
To install progress
to ~/go/bin/progress
:
cd <geode-project-root>/dev-tools/progress
go install .
To install progress
to a different path:
cd <geode-project-root>/dev-tools/progress
go build -o <desired-path> .
progress
has not been built or tested on Windows. Use at your own risk.