aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.cygwin
diff options
context:
space:
mode:
authorAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-08 05:14:08 +0000
committerAkinori Ito <aito@eie.yz.yamagata-u.ac.jp>2001-11-08 05:14:08 +0000
commit68a07bf03b7624c9924065cce9ffa45497225834 (patch)
treec2adb06a909a8594445e4a3f8587c4bad46e3ecd /doc/README.cygwin
downloadw3m-68a07bf03b7624c9924065cce9ffa45497225834.tar.gz
w3m-68a07bf03b7624c9924065cce9ffa45497225834.zip
Initial revision
Diffstat (limited to 'doc/README.cygwin')
-rw-r--r--doc/README.cygwin18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/README.cygwin b/doc/README.cygwin
new file mode 100644
index 0000000..b00545c
--- /dev/null
+++ b/doc/README.cygwin
@@ -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.