Messaged compilation
Revision as of 23:45, 3 May 2023 by Dcunningham (talk | contribs) (Created page with "The Enswitch messaged program is held in the git repository. Check out the branch for the Enswitch version you're working on, for example: <code>git checkout 4.2</code>. The...")
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 4.2
.
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.