J'installe les premières dépendances de Shotwell avec succès
brew install libGphoto2 vala libgee
Cette question fait l'objet d'une discussion dans ce fil mais la réponse acceptée est trompeuse, puisqu'il s'agit de savoir comment installer un système d'information sur la santé. pyexiv2
, pas gexiv2
.
Je cours ./configure
et obtenir
Detected libGPhoto 2.5.x - using 2.5-aware code path.
Configured. Type 'make' to build, 'make install' to install.
Je cours make
et obtenir
Package gexiv2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gexiv2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gexiv2' found
...
Mon fichier .bash_profile
if [ -f ~/.bashrc ]; then
source ~/.bashrc
fi
# http://apple.stackexchange.com/a/53058/15504
export PATH=/usr/bin:/usr/local/bin:/opt/local/sbin:$PATH
Écho de $PATH
/usr/bin:/usr/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/local/git/bin:/usr/texbin
Comment installer Shotwell dans OSX Yosemite ?
Comment installer la dépendance gexiv2 dans OSX Yosemite ?