ref: 05b533d1f899e448fae25e27614543147f9acffa
parent: ffe0aa6a114e83649bb04ff8e09b8025be988de2
author: Simon Tatham <anakin@pobox.com>
date: Sun Mar 15 04:50:53 EDT 2015
Update README after the switch to autoconf. A user just pointed out that it still (and now falsely) claims that mkfiles.pl directly generates a usable Unix Makefile.
--- a/README
+++ b/README
@@ -10,9 +10,10 @@
The Makefiles include:
- - `Makefile' should work under GNU make on Linux, provided you have
- GTK installed to compile and link against. It builds GTK binaries
- of the puzzle games.
+ - `Makefile.am', together with the static `configure.ac', is intended
+ as input to automake. Run `mkauto.sh' to turn these into a
+ configure script and Makefile.in, after which you can then run
+ `./configure' to create an actual Unix Makefile.
- `Makefile.vc' should work under MS Visual C++ on Windows.