glfs/xsoft/graphweb/dillo/dillo-inst.xml
Tushar Teredesai e88376db5e Added characterset not for dillo
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1418 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-18 17:18:57 +00:00

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 &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>