Skip to content

Install PhotoQt on Manjaro

Lex edited this page Jan 31, 2015 · 1 revision
  • Download source pakcage

AUR - PhotoQt

  • Install below depends in Octopi

depends=('exiv2' 'graphicsmagick' 'qt5-imageformats' 'qt5-multimedia') makedepends=('cmake' 'qt5-tools')

  • Make package Extract photoqt-1.2.tar.gz, then execute following commands to make PhotoQt package in Bash.
cd photoqt-1.2
makepkg
  • Install PhotoQt
sudo pacman -U photoqt-1.2-1-x86_64.pkg.tar.xz

Clone this wiki locally