2002-07-08 04:28:42 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2003-09-15 05:18:00 +08:00
|
|
|
<para><screen><command>./configure --prefix=/usr --with-zlib \
|
|
|
|
--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-09-15 05:18:00 +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>
|
|
|
|
|