The revo-web-dispatch command routes and/or redirects web queries to
port 80/443.
By default the Golang implementation of revo-web-dispatch builds for
GNU/Linux running on ARMv7. The requisite toolchain to compile the
source and compress the binary:
- a
gocompiler, and - the
upxpacker.
Run:
git clone https://github.com/revolution-robotics/revo-web-dispatch.git
make -C revo-web-dispatchTo build for another architecture, e.g., GNU/Linux on AMD64, run:
GOOS=linux GOARCH=amd64 make -C revo-web-dispatchFor a full list of supported OSes and architectures, run:
go tool dist list