threedeyes / DjVuViewer

DjVu Viewer for Haiku

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DjVuViewer

DjVu Viewer and Translator for Haiku

Based on djvulibre library - http://djvu.sourceforge.net

Building

Cloning repo:

$ git clone https://github.com/threedeyes/DjVuViewer

Installing dependencies:

$ pkgman install djvulibre_devel

Building standalone DjVuViewer:

$ make

Building system translator:

$ make -f Makefile.Translator

Installing

Installing DjVuViewer application:

Copy DjVuViewer binary, Languages and Themes folders into your application folder

Installing translator:

cp DjVuTranslator /boot/system/non-packaged/add-ons/Translators
	or...
cp DjVuTranslator /boot/home/config/non-packaged/add-ons/Translators

About

DjVu Viewer for Haiku

License:GNU General Public License v2.0


Languages

Language:C++ 98.2%Language:Assembly 1.3%Language:Makefile 0.5%