mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
ff0741276b
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1045 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
696 B
XML
19 lines
696 B
XML
<sect2>
|
|
<title>Installation of <application>w3m</application></title>
|
|
|
|
<para>We configure <application>w3m</application> to use the "monster" model, which includes color,
|
|
menu, mouse, cookie, and <acronym>SSL</acronym> 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 <application>w3m</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure -yes -lang=en -model=monster -prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|