---------------------------
1. Compiling and installing
---------------------------

nlkt depends on:
 - Qt5 library, [2];
 - Qwt6 library, [3].
 - CMake (build system) [4].

Installed development versions of these libraries before continuing.

If you want build and run nlkt only for current user, run:

	cmake . && make

If you want to install nlkt system-wide, run:

	cmake -DLOCAL=off . && make && sudo make install


--------------------
2. Using the program
--------------------

To enable typing in a certain language, check that fortunes for that language
is installed.  For example, to install fortunes for russian language in a
Debian-based system, install fortunes-ru package:

	aptitude install fortunes-ru

The program has currently layout files for English, German and Russian.

Looking for keyboard hotkeys? Place mouse cursor over a button and wait for
a tooltip. If the button has a hotkey, you will see it.


---------
3. Thanks
---------
Sergey V. Klimenko aka ReSeT - co-idea
Artem V. Koval' aka TurboNOMAD - moral help
wfrr (linux.org.ru) - criticism, suggests
nickless (forum.vingrad.ru) - criticism, suggests
Messing (linux.org.ru) - criticism, suggests
alexsaa (linux.org.ru) - criticism, suggests, bugreports
adarovsky (linux.org.ru) - criticism, suggests
GrayCardinal (forum.vingrad.ru) - criticism
Enrico Zini (debian.org) - British layout, bugreports

This project is devoted to my sister Darja Karpova.


---
Links:

[2] http://doc.qt.io/
[3] http://qwt.sourceforge.net/ 
[4] http://cmake.org
