2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2003-11-12 05:50:49 +08:00
|
|
|
<para><command>./autogen.sh</command>: First we have to create proper
|
|
|
|
configuration scripts for the Linux platform.</para>
|
|
|
|
|
2003-09-15 05:18:00 +08:00
|
|
|
<para><screen><command>./configure --prefix=/usr --with-zlib \
|
2003-10-03 06:40:45 +08:00
|
|
|
--with-jpeg --with-lcms</command></screen>
|
2002-07-08 04:28:42 +08:00
|
|
|
This command sets the install directory and also tells the configuration
|
2003-09-15 05:18:00 +08:00
|
|
|
routine to look and find <application>zlib</application>, <application>libjpeg
|
|
|
|
</application> and <application>lcms</application>.</para>
|
2002-07-08 04:28:42 +08:00
|
|
|
|
2003-10-03 06:40:45 +08:00
|
|
|
<para><command>cp doc/man/*.X /usr/share/man/manX</command>: The
|
2002-07-08 04:28:42 +08:00
|
|
|
install procedure doesn't properly install the man pages so we do it
|
|
|
|
manually.</para>
|
|
|
|
|
|
|
|
</sect2>
|