glfs/general/graphlib/imlib/imlib-inst.xml
Larry Lawrence 3823a50463 imlib cleanup
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@48 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-02 15:50:31 +00:00

11 lines
274 B
XML

<sect2>
<title>Installation of imlib</title>
<para>Install imlib by running the following commands:</para>
<para><screen><userinput>CPPFLAGS=-w ./configure --prefix=/usr --sysconfdir=/etc/imlib &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>