Messaged compilation

From Integrics Wiki
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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.