Difference between revisions of "UFRaw"
From CBLFS
Jump to navigationJump to searchm (New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://downloads.sourceforge.net/ufraw/ufraw-{{UFRaw-Version}}.tar.gz |} ---- {{Package-Introduction|UFRa...) |
|||
Line 62: | Line 62: | ||
make install | make install | ||
+ | |||
+ | [[Category:Graphics Libraries]] |
Latest revision as of 15:13, 19 March 2009
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