commit ebc794c1eb8127eed3e38d5652f2834a38286589 from: Thomas Adam date: Wed Oct 20 20:51:12 2021 UTC README: mention bison as a required component Although configure.ac will for the presence of bison, the READMEs didn't say that was a required program. Patch from Carlos Torres commit - ef88cc3dc7a0131a664ad747baa53cb9f3dfcb27 commit + ebc794c1eb8127eed3e38d5652f2834a38286589 blob - fc411c4bf2b9ee86c045040ecf4e8332ba97cc2d blob + 83b54643bd03a784015d447eb09445975d0b3b2e --- .github/README.md +++ .github/README.md @@ -23,6 +23,7 @@ Got requires the following dependencies: * `libuuid` (for UUID generation) * `libz` (for Z compression) * `pkg-config` (for searching libraries) +* `bison` (for configuration file grammar) TESTS (REGRESS) =============== blob - 5163aba29f9c7af4d4c4b29641d5b4c0ddaba03d blob + 317d2d37e1d33a97feecf36d4c2788b5bbb2c982 --- README.portable +++ README.portable @@ -20,6 +20,7 @@ Got requires the following dependencies: * `libuuid` (for UUID generation) * `libz` (for Z compression) * `pkg-config` (for searching libraries) +* `bison` (for configuration file grammar) TESTS (REGRESS) ===============