mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1274 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
528 B
XML
17 lines
528 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 a
|
|
autoconf routine instead coming with various makefiles for different
|
|
platforms.</para>
|
|
|
|
|
|
</sect2>
|
|
|