Initial revision

This commit is contained in:
Akinori Ito
2001-11-08 05:14:08 +00:00
commit 68a07bf03b
305 changed files with 104639 additions and 0 deletions

18
doc/README.cygwin Normal file
View File

@@ -0,0 +1,18 @@
***How to compile w3m on Windows***
To compile w3m on MS-Windows, you have to use Cygwin32 with development
tools. You can get it from http://sourceware.cygnus.com/cygwin/ .
After installing Cygwin32, what you have to do first is
TERM=ansi; export TERM
sh configure
and
make
Known Bugs:
Local file with drive letter (//C/zonk.html) can't be handled correctly.