Remove the warning about Unix PuTTY being Linux-specific.

Since I've been building it on OS X recently, I think it's fair to say
it can now cope with reasonable variation in pty APIs and the like.
This commit is contained in:
Simon Tatham 2016-03-27 20:25:59 +01:00
Родитель 7fdcb804a8
Коммит 776a31b7da
1 изменённых файлов: 0 добавлений и 4 удалений

4
README
Просмотреть файл

@ -66,10 +66,6 @@ For building on Unix:
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
requirements are expected.
- unix/Makefile.gtk and unix/Makefile.ux are for non-autoconfigured
builds. These makefiles expect you to change into the `unix'
subdirectory, then run `make -f Makefile.gtk' or `make -f