Libraw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others).
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://www.libraw.org/data/LibRaw-0.16.0.tar.gz
Download MD5 sum: 21f569be043057b754d87e3062e2345a
Download size: 1.4 MB
Estimated disk space required: 21 MB
Estimated build time: 0.4 SBU
libjpeg-turbo-1.4.0, JasPer-1.900.1, and Little CMS-2.6
LibRaw-demosaic-pack-GPL2 and LibRaw-demosaic-pack-GPL3
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libraw
Install libraw by running the following commands:
./configure --prefix=/usr \ --enable-jpeg \ --enable-jasper \ --enable-lcms \ --disable-static \ --docdir=/usr/share/doc/libraw-0.16.0 && make
This package does not come with a test suite.
Now, as the root
user:
make install
--enable-jpeg
: This switch enables
support for jpeg. Remove if you don't have libjpeg-turbo-1.4.0
installed.
--enable-jasper
: This switch enables
support for jasper. Remove if you don't have JasPer-1.900.1 installed.
--enable-lcms
: This switch enables
support for Little CMS2. Remove if you don't have Little CMS-2.6
installed.
--disable-static
: This
switch prevents installation of static versions of the libraries.
Last updated on 2014-02-20 08:45:35 -0600