Messaged compilation
Revision as of 00:02, 6 June 2023 by Dcunningham (talk | contribs)
Installing go
Copy a download link for the latest .linux-amd64.tar.gz from: https://go.dev/dl/
Download it on your development/build machine: wget <download url>
Install into /usr/local: tar -C /usr/local -xvf <file downloaded>
Compiling messaged
The Enswitch messaged program is held in the git repository.
Check out the branch for the Enswitch version you're working on, for example: git checkout -b 4.2 <username>@git.integrics.com:enswitch
.
Then from the root directory of the git clone you can run make
.
If subsequent runs of make
don't do anything you can run go build cmd/messaged
instead.