nlkt Git
Status: Beta
Brought to you by:
jackyf
File | Date | Author | Commit |
---|---|---|---|
share | 2017-09-10 |
![]() |
[4f8952] Added .desktop-file. |
src | 2016-02-07 |
![]() |
[878a3a] Avoided using boost headers. |
CMakeLists.txt | 2016-02-07 |
![]() |
[f6c913] Ported to Qt5/CMake. |
README | 2017-09-10 |
![]() |
[7e9da7] readme: updated build instructions and links |
build-local.sh | 2008-04-08 |
![]() |
[32dde1] Changed 'qmake' to 'qmake-qt4' to prevent build... |
--------------------------- 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