glfs/general/graphlib/libjpeg/libjpeg-exp.xml
Larry Lawrence 0482b012c6 exp files tag cleaned
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1274 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-10-02 22:40:45 +00:00

9 lines
279 B
XML

<sect2>
<title>Command explanations</title>
<para><command>./configure --enable-static --enable-shared --prefix=/usr</command>: This command tells libjpeg to build both shared and static libraries and
to install them with a base of <filename>/usr</filename>.</para>
</sect2>