diff options
Diffstat (limited to 'autotools/README')
-rw-r--r-- | autotools/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/autotools/README b/autotools/README new file mode 100644 index 0000000..7845e4e --- /dev/null +++ b/autotools/README @@ -0,0 +1,7 @@ +This directory contains an autotools config for building lolcat for those who need it. This is an alternative to the +Makefile provided in the git root. Run it like so: + +cd autotools # go here +./autogen.sh +./configure +make |