Little cms: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
|||
| Line 49: | Line 49: | ||
make install | make install | ||
=== 64Bit === | === 64Bit === | ||
Revision as of 15:23, 16 September 2006
| Download Source: | http://www.littlecms.com/lcms-1.15.tar.gz |
|---|
Dependencies
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install && install -v -m755 -d /usr/share/doc/lcms-1.15 && install -v -m644 README.1ST doc/* /usr/share/doc/lcms-1.15
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr
make
Install the package
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib64
make
Install the package
make install
64Bit
Compile the package
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib6
make
Install the package
make install install -v -m755 -d /usr/share/doc/lcms-1.15 && install -v -m644 README.1ST doc/* /usr/share/doc/lcms-1.15