X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/8815b68b87e4bc4830d138fb259f8255230fe954..76d3a838799e8abde2e7ac41fc59ef8785c29a6f:/README diff --git a/README b/README index e1787910..8f2a7914 100644 --- a/README +++ b/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.