X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Fbasics.txt;h=42f009778e1ce3f06f0911f6fccf3536068dbcd5;hb=25541ea3bb96e9f143f0e23f8ac5b432f2f6f47a;hp=29678438456ba8007635851922011ef1b228e541;hpb=2ac260ae8694188410a408cd8c379a2fe45e4ee5;p=libucw.git diff --git a/ucw/doc/basics.txt b/ucw/doc/basics.txt index 29678438..42f00977 100644 --- a/ucw/doc/basics.txt +++ b/ucw/doc/basics.txt @@ -14,7 +14,7 @@ It currently requires the GNU C compiler version 4.0 or newer, but most modules should be very easy to adapt to a different C99 compiler. (A notable exception is `stkstring.h`, which is heavily tied to GNU extensions.) -The library has been developed on Linux with the GNU libc and it is know to run +The library has been developed on Linux with the GNU libc and it is known to run on Darwin, too. The authors did not try using it on other systems, but most of the code is written for a generic POSIX system, so porting to any UNIX-like system should be a piece of cake.