Commit Briefs

1317cd3ad2 Thomas Adam

portable: README: clarify jot for regress

When running the tests under Linux, jot(1) can be found in the athena-jot package.


b26177ada1 Thomas Adam

portable: add support for DragonFlyBSD

This adds support for DragonFlyBSD.


e499844e1f Thomas Adam

portable: update README

Mention which operating systems are supported.


ebc794c1eb Thomas Adam

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


6bfde12680 Thomas Adam

portable: fix READMEs

Remove conflict markers in README, and add mailing-list link to both READMEs. Noticed by stsp


2a00e21c0c Thomas Adam

portable: initial Linux compilation

This commit modifies the GoT main branch to be able to compile it under linux.


2f4dd2c255 Thomas Adam

portability: fix typos

Fix some typos. From Christian "naddy" Weisgerber


00ced238c4 Thomas Adam

README: add for Github mirroring purposes

Add a .github/README.md file so that the read-only clone of GoT on Github, which is used for CI purposes, explains the project. Also, update the README.portable vesion to patch.


d3f2ad5edf Thomas Adam

regress: port cmdline tests

This commit introduces the 'make tests' target which will run the cmdline/* tests.


7293142804 Thomas Adam

autoconf: add wrapper script

This adds a 'autogen.sh' wrapper script for generating configure. README.portable is also updated accordingly.


dd038bc6ec Thomas Adam

portable: initial Linux compilation

This commit modifies the GoT main branch to be able to compile it under linux.