glfs/xsoft/graphweb/dillo/dillo-inst.xml

17 lines
570 B
XML
Raw Normal View History

<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>