mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 05:22:13 +08:00
20 lines
654 B
XML
20 lines
654 B
XML
|
<sect2>
|
||
|
<title>Command explanations</title>
|
||
|
|
||
|
<para><userinput>sed 's/lcms\/lcms.h/lcms.h/' configure.bak >
|
||
|
configure :</userinput> This change is to make the libmng configure
|
||
|
routine look in the right place for the lcms header files.</para>
|
||
|
|
||
|
<para><screen><userinput>./configure --prefix=/usr --with-zlib \
|
||
|
--with-jpeg --with-lcms </userinput></screen>
|
||
|
|
||
|
This command sets the install directory and also tells the configuration
|
||
|
routine to look and find zlib, libjpeg and lcms.</para>
|
||
|
|
||
|
<para><userinput>cp doc/man/*.X /usr/share/man/manX :</userinput> The
|
||
|
install procedure doesn't properly install the man pages so we do it
|
||
|
manually.</para>
|
||
|
|
||
|
</sect2>
|
||
|
|