summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-07-04 06:19:29 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-07-04 06:19:29 +0000
commit186cc0624b94d62936d93b99493a90c07031c564 (patch)
tree21b28295a1e864b7375029330054bc4162837876 /README.win32
parenta1260f864dc85013eb2a66563ffa0369921b5fe4 (diff)
downloadgtk+-186cc0624b94d62936d93b99493a90c07031c564.tar.gz
Improve a bit.
2000-07-04 Tor Lillqvist <tml@iki.fi> * README.win32: Improve a bit.
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3214
1 files changed, 7 insertions, 7 deletions
diff --git a/README.win32 b/README.win32
index 4ab5002eb6..b25d2e7e7a 100644
--- a/README.win32
+++ b/README.win32
@@ -8,7 +8,7 @@ although it works OK for the GIMP.)
The Win32 port of GTk+ is a work in progress, and not as stable or
correct as the Unix/X11 version. For more information about the Win32
-port, see http://www.gimp.org/tml/gimp/win32/ or
+port, see http://www.gimp.org/win32/ or
http://www.iki.fi/tml/gimp/win32/ .
To build GTk+ on Win32, you need either the Microsoft compiler and
@@ -21,8 +21,8 @@ really be called makefile.mingw.
See the README.win32 file in the GLib distribution for instructions
how to build with gcc.
-To use GTk+ on Win32, you also need either of the above mentioned
-compilers. Other compilers might work, but don't count on it. The
+To use GTk+ on Win32, you also need either one of the above mentioned
+compilers. Other compilers might work, but don't count on it. The
same instructions on how to set up a correct version of gcc should
also be followed if you want to build applications that use GTk+ with
gcc.
@@ -41,7 +41,7 @@ undefine ENABLE_NLS, HAVE_GETTEXT and HAVE_LIBINTL in the
config.h.win32 file, and remove references to the gnu-intl library
from the makefiles.
-Note that while the GNU gettext package is under the GPL, the "intl"
-part of it which is distributed with GNU libc is under the LGPL (like
-GTk+ or GLib). We want the LGPL one, even if they are the same, more
-or less.
+Note that while the GNU gettext package is under the GPL license, the
+"intl" part of it is also distributed as part of the GNU C library
+(glibc) where it is under the LGPL license (as is GTk+ or GLib). We
+want the LGPL licensed version. The code is more or less the same.