mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
f45b195302
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
554 B
XML
19 lines
554 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><userinput>CC="gcc $CFLAGS" :</userinput> This makes libpng use
|
|
CFLAGS when compiling.</para>
|
|
|
|
<para><userinput>ZLIBINC=/usr/include ZLIBLIB=/usr/lib
|
|
:</userinput> This forces libpng to look for the zlib includes and
|
|
libraries where we have them installed.</para>
|
|
|
|
<para><userinput>-f scripts/makefile.linux :</userinput> This points
|
|
make at the the Linux version of the makefile as libpng doesn't use a
|
|
autoconf routine instead coming with various makefiles for different
|
|
platforms.</para>
|
|
|
|
|
|
</sect2>
|
|
|