mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
c034e1d37b
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1492 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
648 B
XML
18 lines
648 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>./autogen.sh</command>: First we have to create proper
|
|
configuration scripts for the Linux platform.</para>
|
|
|
|
<para><screen><command>./configure --prefix=/usr --with-zlib \
|
|
--with-jpeg --with-lcms</command></screen>
|
|
This command sets the install directory and also tells the configuration
|
|
routine to look and find <application>zlib</application>, <application>libjpeg
|
|
</application> and <application>lcms</application>.</para>
|
|
|
|
<para><command>cp doc/man/*.X /usr/share/man/manX</command>: The
|
|
install procedure doesn't properly install the man pages so we do it
|
|
manually.</para>
|
|
|
|
</sect2>
|