mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 00:48:19 +08:00
19 lines
590 B
XML
19 lines
590 B
XML
|
<sect2>
|
||
|
<title>Installation of w3m</title>
|
||
|
|
||
|
<para>We configure w3m to use the "monster" model, which includes color,
|
||
|
menu, mouse, cookie, and SSL support. Other models include:</para>
|
||
|
|
||
|
<para><literallayout>baby - bare minimum
|
||
|
little - color and menu support
|
||
|
mouse - color, menu, and mouse support
|
||
|
cookie - color, menu, mouse, and cookie support</literallayout></para>
|
||
|
|
||
|
<para>Install w3m by running the following commands:</para>
|
||
|
|
||
|
<para><screen><userinput>./configure -yes -lang=en -model=monster -prefix=/usr &&
|
||
|
make &&
|
||
|
make install</userinput></screen></para>
|
||
|
|
||
|
</sect2>
|