gphoto2 is a command-line frontend to libgphoto2.
Visit the gphoto project web site. It should always be found at least at one of the following URLs:
The man page is in the file gphoto2.1.
If you have installed libgphoto2 into $HOME/.local
and want to
install gphoto2 to $HOME/.local
as well, keep the PKG_CONFIG_PATH=
and --prefix=
arguments to configure
. Otherwise adapt or remove
them.
autoreconf -is # if using a git clone
./configure PKG_CONFIG_PATH="$HOME/.local/lib/pkgconfig${PKG_CONFIG_PATH+":${PKG_CONFIG_PATH}"}" --prefix="$HOME/.local"
make
make install
Out-of-tree builds are supported. ./configure --help
may help.
To build gphoto2, you will need the following (apart from the common build tools):
Optional:
make check
The test suite checks the installation and basic functionality of the gphoto2 program and the 'Directory Browse' libgphoto2 camera driver.