mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
3e5d1b05bf
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@911 af4574ff-66df-0310-9fd7-8a98e5e911e0
15 lines
468 B
XML
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>
|
|
|