mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-02 12:02:47 -05:00
Add a mechanism for using autoconf to detect the quirks of Unix systems
rather than relying on the user to edit the Makefile. Makefile.gtk still works as well as it ever did, but now we get a Makefile.in alongside it. mkunxarc.sh now relies on autoconf and friends to build the configure script for the Unix source distribution. [originally from svn r5673]
This commit is contained in:
11
README
11
README
@ -42,11 +42,14 @@ For building on Windows:
|
||||
|
||||
For building on Unix:
|
||||
|
||||
- unix/Makefile.gtk is for Unix and GTK. If you don't have GTK, you
|
||||
- unix/configure is for Unix and GTK. If you don't have GTK, you
|
||||
should still be able to build the command-line utilities (PSCP,
|
||||
PSFTP, Plink, PuTTYgen) using this makefile. The makefile expects
|
||||
you to change into the `unix' subdirectory, then run `make -f
|
||||
Makefile.gtk'. Note that Unix PuTTY has mostly only been tested
|
||||
PSFTP, Plink, PuTTYgen) using this script. To use it, change
|
||||
into the `unix' subdirectory, run `./configure' and then `make'.
|
||||
|
||||
- unix/Makefile.gtk is for non-autoconfigured builds. This makefile
|
||||
expects you to change into the `unix' subdirectory, then run `make
|
||||
-f Makefile.gtk'. Note that Unix PuTTY has mostly only been tested
|
||||
on Linux so far; portability problems such as BSD-style ptys or
|
||||
different header file requirements are expected.
|
||||
|
||||
|
Reference in New Issue
Block a user