UFRaw
From CBLFS
Jump to navigationJump to search
Download Source: | http://downloads.sourceforge.net/ufraw/ufraw-0.15.tar.gz |
---|
Contents
Introduction to UFRaw
UFRaw is a utility for converting and manipulating raw images from digital cameras. It can be used as a stand-alone tool or as a Gimp plugin, and images can be batch processed using the commandline interface.
Project Homepage: http://ufraw.sourceforge.net/
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install
Multilib
This package does not install any libraries so only one installation is needed.
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 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr && make
Install the package:
make install