blob: b00545cd7459c9e76d1ab2dfcf8978fb2079869b (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.
 |