/tmp/zathura # otherwise the own girara compilation will not work sudo apt-get remove libgirara-dev # need for zathura compilation sudo apt-get install libmagic-dev cd /tmp && git clone https://git.pwmt.org/pwmt/girara.git cd girara && git checkout $GIRARA_VERSION && make && sudo make install cd /tmp && git clone https://git.pwmt.org/pwmt/zathura.git cd zathura && git checkout $ZATHURA_VERSION && make WITH_SYNCTEX=1 && sudo make install