glfs/general/graphlib/libpng/libpng-exp.xml
Larry Lawrence 3e5d1b05bf update to freetype-2.1.4, intro on freetype2, docbook-xsl,libpng
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@911 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-05-14 15:53:34 +00:00

15 lines
468 B
XML

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