libraw-0.16.0

Introduction to libraw

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.6 platform.

Package Information

libraw Dependencies

Recommended

Optional

LibRaw-demosaic-pack-GPL2 and LibRaw-demosaic-pack-GPL3

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libraw

Installation of 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

Command Explanations

--enable-jpeg: This switch enables support for jpeg. Remove if you don't have libjpeg-turbo-1.3.1 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.

Contents

Installed Programs: 4channels, dcraw_half, mem_image, postprocessing_benchmark, simple_dcraw, dcraw_emu, half_mt, multirender_test, raw-identify, and unprocessed_raw
Installed Library: libraw.so and libraw_r.so
Installed Directories: /usr/include/libraw and /usr/share/doc/libraw-0.16.0

Last updated on 2014-02-20 08:45:35 -0600