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:
20 * `libncurses` (for tog(1))
21 * `libmd` (BSD's digest routines)
22 * `libbsd` (BSD's arc4random routines)
23 * `libcrypto` (often via 'libssl-dev' for SHA1 routines)
24 * `libuuid` (for UUID generation)
25 * `libz` (for Z compression)
26 * `pkg-config` (for searching libraries)
27 * `bison` (for configuration file grammar)
58 To run the test suite:
64 NOTE: For Linux, you must have the jot(1) command which is typically in the
65 `athena-jot` package, or similar.
67 NOTE: THIS ONLY WORKS AFTER `make install` DUE TO HOW PATHS TO LIBEXEC
68 HELPERS ARE HARD-CODED INTO THE BINARIES.
79 BRANCHES + SUBMITTING PATCHES
80 =============================
82 `got-portable` has two key branches:
84 * `main` which tracks got upstream untainted.
85 * `linux` which provides the portable version of GoT based from code on `main`
87 Patches for portable code fixes should be based from the `linux` branch and
88 sent to the mailing list for review [2] or sent to me directly (see CONTACT).
90 The read-only Github repository also runs CI checks using Cirrus-CI on Linux
96 configure.ac should start defining AC_ENABLE arguments to allow for
97 finer-grained control of where to search for includes/libraries, etc.
102 Thomas Adam <thomas@xteddy.org>
103 thomas_adam (#gameoftrees on irc.libera.chat)
105 [1] https://gameoftrees.org
106 [2] https://lists.openbsd.org/cgi-bin/mj_wwwusr?user=&passw=&func=lists-long-full&extra=gameoftrees