source: general/graphlib/libmng/libmng-exp.xml@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 654 bytes
Line 
1<sect2>
2<title>Command explanations</title>
3
4<para><userinput>sed 's/lcms\/lcms.h/lcms.h/' configure.bak &gt;
5configure :</userinput> This change is to make the libmng configure
6routine look in the right place for the lcms header files.</para>
7
8<para><screen><userinput>./configure --prefix=/usr --with-zlib \
9--with-jpeg --with-lcms </userinput></screen>
10
11This command sets the install directory and also tells the configuration
12routine to look and find zlib, libjpeg and lcms.</para>
13
14<para><userinput>cp doc/man/*.X /usr/share/man/manX :</userinput> The
15install procedure doesn't properly install the man pages so we do it
16manually.</para>
17
18</sect2>
19
Note: See TracBrowser for help on using the repository browser.