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.
This commit is contained in:
Simon Tatham
2015-03-15 08:50:53 +00:00
parent ffe0aa6a11
commit 05b533d1f8

7
README
View File

@ -10,9 +10,10 @@ automatically generated by `mkfiles.pl', so run that to create them.
The Makefiles include: The Makefiles include:
- `Makefile' should work under GNU make on Linux, provided you have - `Makefile.am', together with the static `configure.ac', is intended
GTK installed to compile and link against. It builds GTK binaries as input to automake. Run `mkauto.sh' to turn these into a
of the puzzle games. 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. - `Makefile.vc' should work under MS Visual C++ on Windows.