These installation instruction apply to the OpenBSD version of Game of Trees. See the portable version for installation instructions which apply to other operating systems.
Game of Trees can be installed on OpenBSD with:
pkg_add got
Alternatively, compile the devel/got port:
cd /usr/ports/devel/got make make SUDO=doas install
The installation includes:
export GOT_AUTHOR='Flan Hacker <flan_hacker@openbsd.org>'
On OpenBSD -current, and OpenBSD 7.3 release or later, the Game of Trees Git repository server can be installed with:
pkg_add gotdAlternatively, the -server subpackage of the port can be built:
cd /usr/ports/devel/got env SUBPACKAGE=-server make env SUBPACKAGE=-server doas make install
The server installation includes:
The repository web frontend gotwebd can likewise be installed from packages:
pkg_add gotwebdAlternatively, the -webd subpackage of the port can be built:
cd /usr/ports/devel/got env SUBPACKAGE=-webd make env SUBPACKAGE=-webd doas make installSetup instructions are provided in the gotwebd manual page.