summaryrefslogtreecommitdiff
path: root/README.win32
diff options
context:
space:
mode:
authorTor Lillqvist <tml@src.gnome.org>1999-03-16 20:03:50 +0000
committerTor Lillqvist <tml@src.gnome.org>1999-03-16 20:03:50 +0000
commitdb30076b0b538f082ceac8f58ed92421408263ef (patch)
tree30d55e51e02bcad482e546b50a4ed96b97dcfc37 /README.win32
parent85999795851258cde7dbb25790b1e15f71432884 (diff)
downloadgtk+-db30076b0b538f082ceac8f58ed92421408263ef.tar.gz
Check for lstat.
* configure.in: Check for lstat. * config.h.win32: Add non-definition of HAVE_LSTAT, just for completeness. * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat. * gtk/gtk.def: Removed CRs. * gtk/makefile.msc: Correct include path to Win32 GDK version (in ..\gdk\win32). * gdk/win32/makefile.msc: Correct upwards relative paths.
Diffstat (limited to 'README.win32')
-rw-r--r--README.win3214
1 files changed, 14 insertions, 0 deletions
diff --git a/README.win32 b/README.win32
new file mode 100644
index 0000000000..cdf266d25c
--- /dev/null
+++ b/README.win32
@@ -0,0 +1,14 @@
+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
+http://www.iki.fi/tml/gimp/win32/ .
+
+As for now, only Microsoft C (the command-line compiler) is
+supported. Before compiling, check the BIN definition in
+gdk\win32\makefile.msc and gtk\makefile.msc. Compile in gdk\win32 and
+gtk with `nmake -f makefile.msc`. Install with `nmake -f makefile.msc
+install`. Cygwin ("mingw32", i.e. gcc -mno-cygwin) support will be
+added later.
+
+The tablet support uses the Wintab API. The Wintab development kit can
+be downloaded from http://www.pointing.com.