summaryrefslogtreecommitdiff
path: root/README.WIN32
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-05-19 05:05:37 +0000
committerwlemb <wlemb>2000-05-19 05:05:37 +0000
commit2d5baeeaee860d093dc18fc0850786fccd9af229 (patch)
tree6b1a7bcfd273234191159d618bf6ed5f5fceea4a /README.WIN32
parentc67341be4176aa70ef87cc8f9706677ceec111bd (diff)
downloadgroff-2d5baeeaee860d093dc18fc0850786fccd9af229.tar.gz
Adding `cq' (PS name `quoteright') glyph name as an alias for "'".
* font/*/*: Implement it. * man/groff_char.man, NEWS: Document it. * src/include/unix.h: Removed. It isn't used. * doc/groff.texinfo: Slight improvements. * README, win32-diffs: Small fixes and improvements.
Diffstat (limited to 'README.WIN32')
-rw-r--r--README.WIN3216
1 files changed, 11 insertions, 5 deletions
diff --git a/README.WIN32 b/README.WIN32
index 38d4ecda..3427e488 100644
--- a/README.WIN32
+++ b/README.WIN32
@@ -22,25 +22,31 @@ The following programs were used, running on Windows NT 4.0:
Build Instructions
------------------
-Unpack groff (using gzip & tar) as follows:
+. Unpack groff (using gzip & tar) as follows:
cd \
gzip -dc groff-1.16.tar.gz | tar xvf -
-Now apply the patch file `win32-diffs':
+. Now apply the patch file `win32-diffs':
cd \groff-1.16
patch -p1 < win32-diffs
-Build everything by typing:
+ Note that with older versions of `patch', you will get a lot of
+ *.orig files (most of them are empty) which can be safely deleted.
+
+. Edit the file `src/include/defs.h' and adapt the path names to
+ your needs.
+
+. Build everything by typing:
nmake -f Makefile.msc
You are done.
-The bin directory contains some .cmd files to help show how to run
+The `bin' directory contains some .cmd files to help show how to run
stuff. Since Windows 95/98 doesn't understand .cmd files, if you are
-operating under that OS you'll have to rename them to .bat files.
+operating under that OS, you'll have to rename them to .bat files.
.bat files do have output redirection problems.