mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 09:37:17 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1418 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
570 B
XML
17 lines
570 B
XML
<sect2>
|
|
<title>Installation of <application>Dillo</application></title>
|
|
|
|
<note><para>Dillo has no mechanism of character set
|
|
selection and always uses iso8859-1. If this character set is not
|
|
appropriate, replace all occurences of iso8859-1 to the
|
|
desired character set in <filename>src/dw_style.c</filename>.</para></note>
|
|
|
|
<para>Install <application>Dillo</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|