Difference between revisions of "Little cms"
From CBLFS
Jump to navigationJump to search (→TODO) |
(→64Bit) |
||
Line 48: | Line 48: | ||
Compile the package | Compile the package | ||
− | CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 --without-tiff | + | CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 --without-tiff |
− | make | + | make |
Install the package | Install the package | ||
− | make install | + | make install |
− | install -v -m755 -d /usr/share/doc/lcms-1.15 && | + | install -v -m755 -d /usr/share/doc/lcms-1.15 && |
− | install -v -m644 README.1ST doc/* /usr/share/doc/lcms-1.15 | + | install -v -m644 README.1ST doc/* /usr/share/doc/lcms-1.15 |
== TODO == | == TODO == | ||
Get Tiff working on Multilib 64. | Get Tiff working on Multilib 64. |
Revision as of 14:39, 4 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
TO BE DONE
64Bit
Compile the package
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 --without-tiff 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
TODO
Get Tiff working on Multilib 64.