Build and install gphoto2

From Linuxintro
Revision as of 18:45, 11 August 2012 by imported>ThorstenStaerk (→‎SUSE Linux 12.1)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

gphoto2 is a utility to download pictures from a digital camera.

To build and install it, find out your distribution and proceed accordingly

SUSE Linux 12.1

yast -i libgphoto2-devel popt-devel
cd
tar xvzf Downloads/gphoto2-2.4.14.tar.gz
cd gphoto2-2.4.14/
./configure && make -j8 && make install