X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=README;h=72fc68c3a97009b3e109c5b8381159f60b0c595d;hb=3e22c99c9a3c28e042f2dc3a50fadf95e7c277e7;hp=8f2c2116ae60d981b952b819e56e02494ef7cbbb;hpb=4a3f8bf767a31382b9c1f853fcf51a7cd6a85270;p=PuTTY.git diff --git a/README b/README index 8f2c2116..72fc68c3 100644 --- a/README +++ b/README @@ -40,7 +40,7 @@ For building on Windows: Makefile.bor' while in the `windows' subdirectory to build all the PuTTY binaries. - - windows/Makefile.cyg is for Cygwin / mingw32 installations. Type + - windows/Makefile.cyg is for Cygwin / MinGW installations. Type `make -f Makefile.cyg' while in the `windows' subdirectory to build all the PuTTY binaries. @@ -106,6 +106,10 @@ For building on Unix: Subversion then you will need to have built these using Halibut first - see below. + - It's also possible to build the Windows version of PuTTY to run + on Unix by using Winelib. To do this, change to the `windows' + directory and run `make -f Makefile.cyg CC=winegcc RC=wrc'. + All of the Makefiles are generated automatically from the file `Recipe' by the Perl script `mkfiles.pl' (except for the Unix one, which is generated by the `configure' script; mkfiles.pl only