]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove the warning about Unix PuTTY being Linux-specific.
authorSimon Tatham <anakin@pobox.com>
Sun, 27 Mar 2016 19:25:59 +0000 (20:25 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 27 Mar 2016 19:25:59 +0000 (20:25 +0100)
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.

README

diff --git a/README b/README
index 6a83a3e0613aca44982d87521755d0aaaa2666dc..10bd626156df6a2bfbd58db339d463d893a4b66d 100644 (file)
--- a/README
+++ b/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