mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-08 02:27:28 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2243 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
525 B
XML
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>
|
|
|