Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 964 Bytes

README.MD

File metadata and controls

29 lines (21 loc) · 964 Bytes

Gettext_translator Travis Build Status

Simple lightweight translator for gettext *.po files

Screenshot

gettext_translator screenshot

Compilation

For debian/ubuntu

Check if you have all dependencies by running $ dpkg-checkbuilddeps Build package by running: $ dpkg-buildpackage -b -uc

Other systems

to compile this program you need GNU Make gtkmm 2.4 gtkspell-2.0 libgettextpo.so

To check if all needed libraries are detected you can use ./check.sh script If everything is fine type make to compile program, and make install to install it to /usr/share/

If you want to change destination directory you have to edit prefix line in 'makefile' and enter here desired destination path