4 This is the portable version of got[1] (Game of Trees), using autotools to
5 provide the library checks required for GoT's dependencies.
7 The following operating systems are supported:
19 * `libncurses` (for tog(1))
20 * `libmd` (BSD's digest routines)
21 * `libcrypto` (often via 'libssl-dev' for SHA1 routines)
22 * `libuuid` (for UUID generation)
23 * `libz` (for Z compression)
24 * `pkg-config` (for searching libraries)
25 * `bison` (for configuration file grammar)
50 There are tests under regress/ -- these are designed to work on OpenBSD. For
51 now, the cmdline/ tests have been prioritised.
53 To run the test suite:
59 NOTE: THIS ONLY WORKS AFTER `make install` DUE TO HOW PATHS TO LIBEXEC
60 HELPERS ARE HARD-CODED INTO THE BINARIES.
71 BRANCHES + SUBMITTING PATCHES
72 =============================
74 `got-portable` has two key branches:
76 * `main` which tracks got upstream untainted.
77 * `linux` which provides the portable version of GoT based from code on `main`
79 Patches for portable code fixes should be based from the `linux` branch and
80 sent to the mailing list for review [2] or sent to me directly (see CONTACT).
82 The read-only Github repository also runs CI checks using Cirrus-CI on Linux
88 configure.ac should start defining AC_ENABLE arguments to allow for
89 finer-grained control of where to search for includes/libraries, etc.
94 Thomas Adam <thomas@xteddy.org>
95 thomas_adam (#gameoftrees on irc.libera.chat)
97 [1] https://gameoftrees.org
98 [2] https://lists.openbsd.org/cgi-bin/mj_wwwusr?user=&passw=&func=lists-long-full&extra=gameoftrees