glfs/general/graphlib/libpng/libpng-exp.xml
Bruce Dubbs a8d6ef3ada More grammer
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2243 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-05-30 20:07:13 +00:00

16 lines
525 B
XML

<sect2>
<title>Command explanations</title>
<para><parameter>ZLIBINC=/usr/include ZLIBLIB=/usr/lib</parameter>: This
forces <application>libpng</application> to look for the
<application>zlib</application> includes and libraries where we have them installed.</para>
<para><parameter>-f scripts/makefile.linux</parameter>: This points make at the
Linux version of the makefile as <application>libpng</application> doesn't use
an autoconf routine. Instead it has various makefiles for different
platforms.</para>
</sect2>