<TBD>
<TBD>
To build this repo locally, just execute the build script, e.g.:
./build.sh
PREP - only done once per build host
- Make sure go is installed and owned by your user, e.g.: as root run:
- mkdir /opt/local
- tar -xvzf <path_to_go_tarball> -C /opt/local/
- chown -R <user> /opt/local/go
- Ensure GOROOT is set correctly, e.g.:
- export GOROOT=/opt/local/go
- export GOROOT_BOOTSTRAP=<path_to_systemwide_go>
- note: GOROOT_BOOTSTRAP must be different than GOROOT
- Execute the prep build
- ./prep-build.sh
Builds
- Ensure GOROOT is set correctly, e.g.:
- export GOROOT=/opt/local/go
- Execute ./build-all.sh