X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=README;h=8f2c2116ae60d981b952b819e56e02494ef7cbbb;hb=85c95e30e4cb29c3bfef8004af7a06f00cc6ecf9;hp=a215aef7e848824819b7a77c1226f600b7402a1f;hpb=64150a5ef28a23c30b60219d550956955311faf3;p=PuTTY.git diff --git a/README b/README index a215aef7..8f2c2116 100644 --- a/README +++ b/README @@ -65,8 +65,12 @@ For building on Unix: - 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 script. To use it, change - into the `unix' subdirectory, run `./configure' and then `make'. + PSFTP, Plink, PuTTYgen) using this script. To use it, change into + the `unix' subdirectory, run `./configure' and then `make'. Or you + can do the same in the top-level directory (we provide a little + wrapper that invokes configure one level down), which is more like + a normal Unix source archive but doesn't do so well at keeping the + per-platform stuff in each platform's subdirectory; it's up to you. Note that Unix PuTTY has mostly only been tested on Linux so far; portability problems such as BSD-style ptys or different header file @@ -80,9 +84,13 @@ For building on Unix: utilities and has no Gtk dependence. - For the graphical utilities, Gtk+-1.2 and Gtk+-2.0 should both be - supported. In the absence of either, the configure script will + supported. If you have both installed, you can manually specify + which one you want by giving the option '--with-gtk=1' or + '--with-gtk=2' to the configure script. (2 is the default, of + course.) In the absence of either, the configure script will automatically construct a Makefile which builds only the - command-line utilities. + command-line utilities; you can manually create this condition by + giving configure the option '--without-gtk'. - pterm would like to be setuid or setgid, as appropriate, to permit it to write records of user logins to /var/run/utmp and