$ tar xvfz w3m-0.2.1.tar.gz
$ cd w3m-0.2.1
$ patch -p1 < w3m-0.2.1-img-1.10.patch
$ ./configure
Linux 2 2 19 /i586 at server
%
% Hello fuka. Let's start configuration process for w3m.
% Please answer some questions.
%
Which directory do you want to put the binary?
(default: /usr/local/bin)
Which directory do you want to put the support binary files?
(default: /usr/local/lib/w3m)
Which directory do you want to put the helpfile?
(default: /usr/local/lib/w3m)
Which language do you prefer?
1 - Japanese (charset ISO-2022-JP, EUC-JP, Shift_JIS)
2 - English (charset US_ASCII, ISO-8859-1, etc.)
[1]?
Input your display kanji code.
S - Shift JIS
E - EUC-JP
j - JIS: ESC $@ - ESC (J
N - JIS: ESC $B - ESC (J
n - JIS: ESC $B - ESC (B
m - JIS: ESC $@ - ESC (B
Which? E
Do you want to use Lynx-like key binding?
[n]?
Do you want to use 2-byte character for table border, item, etc.
[y]?
Do you want to automatically generate domain parts of passwords for anonymous FTP logins
[n]?
Do you want listing of options
[n]? y
Do you want NNTP support
[n]?
Do you want ANSI color escape sequences support?
[n]? y
Do you want inline image support? (you need Imlib)
[y]?
Let's do some configurations. Choose config option among the list.
1 - Baby model (no color, no menu, no mouse, no cookie, no SSL)
2 - Little model (color, menu, no mouse, no cookie, no SSL)
3 - Mouse model (color, menu, mouse, no cookie, no SSL)
4 - Cookie model (color, menu, mouse, cookie, no SSL)
5 - Monster model (with everything; you need openSSL library)
6 - Customize
Which? 5
Do you want SSL verification support
(Your SSL library must be version 0.8 or later)
[n]? y
Input your favorite editor program.
(Default: /usr/bin/vi) /usr/local/bin/jvim
Input your favorite mailer program.
(Default: /bin/mailx)
Input your favorite external browser program.
(Default: /usr/bin/netscape)
Input your favorite C-compiler.
(Default: gcc)
Input your favorite C flags.
(Default: -O) -O2
Terminal library -ltermcap found at /usr/lib, and it seems to work.
Terminal library -lcurses found at /usr/lib, and it seems to work.
Terminal library -lncurses found at /usr/lib, and it seems to work.
Which terminal library do you want to use? (type "none" if you do not need one)
(default: -lncurses)
GPM library found.
additional library found: -lnsl
Your OS is Linux; using gc library comes with w3m.
Input additional LD flags other than listed above, if any:
:
Checking machine dependency.
(snip)
checking Imlib.
The version of Imlib is 1.9.11.
------------ Configuration done ------------
Current w3m version is 0.2.1-img-1.10.
Extracting config.h
config.h is created. See config.h for further configuration.
Generating dirlist.cgi
Configuration done. Just type "make".
$ make
$ su
# make install
# exit
|