summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL16
1 files changed, 9 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 9bd2010..de6aa86 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,6 +4,9 @@ Make.
It builds OK, but has only been basically tested, under Cygwin. There is
certainly no reason why it shouldn't work properly under Cygwin though.
+Also it uses fairly basic Win32 calls so I imagine it should run on Windows 95
+(or at least 98). It was developed and tested under Windows 2000.
+
----------------------------------------------------------------------------
I. BUILDING FOR MINGW & CYGWIN
@@ -23,9 +26,9 @@ To build:
CREATECONF If set to 1 then this creates a w32dlib-config
shell script. This is always installed into
- /usr/local/bin (as you have a proper shell, I
- assume your using either MSYS or Cygwin). If not
- edit install.sh accordingly.
+ /usr/local/bin (as you have a proper shell to run it in,
+ I felt safe assuming you're using either MSYS or
+ Cygwin). If not edit install.sh accordingly.
DEBUG Uncomment this line if you want a debug (-g) build
that also sends some rudementary output to a text file.
@@ -70,9 +73,8 @@ usage: w32dlib-config [--libs|--cflags|-archive]
% w32dlib-config --cflags
-I/usr/local/include
---archive In case you have a need (I thought I did, but it turned out
- I didn't, but the switch stays) to reference the library archive
- directly, it's name can be got with this.
+--archive In case you have a need to reference the library archive
+ directly, its name can be got with this.
eg.
@@ -81,4 +83,4 @@ usage: w32dlib-config [--libs|--cflags|-archive]
----------------------------------------------------------------------
-$Id: INSTALL,v 1.3 2005-04-15 23:56:34 ianc Exp $
+$Id: INSTALL,v 1.4 2005-04-24 22:41:34 ianc Exp $