From 5280f9a0cd1f9ba200422ebba65d1e0133410995 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 13 Sep 2014 09:43:21 -0700 Subject: Initial. --- README.GNU-WIN32 | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.GNU-WIN32 (limited to 'README.GNU-WIN32') diff --git a/README.GNU-WIN32 b/README.GNU-WIN32 new file mode 100644 index 0000000..c1a5c97 --- /dev/null +++ b/README.GNU-WIN32 @@ -0,0 +1,32 @@ +Volker Zell writes: + +To run a precompiled version of man with Cygwin 1.5.24 and above you will need +the following utilities + + o man, bash, cygwin, bzip2, coreutils, gawk, groff, gzip and less + +Click on the "Install Cygwin now" link on the http://cygwin.com/ web page. +This downloads setup.exe to your system. Save it and run setup, answer +the questions and pick up the above mentioned packages from the different +categories. + + +Building from source +==================== + +Adjust the paths in configure and man2html/Makefile.in to suit your +installation. + +man-1.6e builds with: + + CC="gcc -O2 -DNONLS -DLC_MESSAGES=6" ./configure +fhs +lang all + +then issue: + + make + +then: + + make install + +Edit the installed man.conf to suit your site. -- cgit v1.2.3