[w3m-dev 03255] update cygwin info

* doc-jp/README: update
* doc/README: update
* doc-jp/README.cygwin: deleted
* doc/README.cygwin: deleted
From: WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp>
This commit is contained in:
Fumitoshi UKAI
2002-07-11 15:36:46 +00:00
parent ba8592c47b
commit 8c3eb60558
5 changed files with 17 additions and 48 deletions

View File

@@ -1,18 +0,0 @@
***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.