Skip to content

Klavaro is a typing tutor application and this is the version for Indonesian language.

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

Blantranderozari/Klavaro_Indonesian_UI-and-Lessons

Repository files navigation

Klavaro-Indonesia-Translation

Klavaro is a typing tutor application and this is the version for Indonesian language. For Indonesian version of this README.md see README.id.md. There is also a more detail instruction in Bahasa Indonesia on YOUTUBE

Libraries required

Before compile and linking the source code, check whether these libraries are installed on your system.

$ sudo apt update
$ sudo apt install libgtk-3-dev
$ sudo apt install libcurl4-gnutls-dev
$ sudo apt install intltool
$ sudo apt install libtool

Install gtkdatabox library

Meanwhile for libgtkdatabox (https://gtkdatabox.sourceforge.io/), you have to ensure that it is installed with the right version. Klavaro requires at least libgtkdatabox version 1.0.0

First use the following command:

$ sudo apt-cache policy libgtkdatabox-dev

and examine the output if libgtkdatabox-dev is installed with version greater or equal to 1.0.0. If this condition is satisfied go directly to Installing Klavaro below.

image

Installed : (None) means that libgtkdatabox-dev is not installed in your system. Candidate: 1:0.9.3.1-1 means there is only 1 candidate with version 0.9.3.1-1

Here we have version 0.9.3.1-1 which below the required version. Therefore we need to download it directly from the source. Open your browser and get the source code from. https://sourceforge.net/projects/gtkdatabox/files/latest/download. Extract this file with:

$ tar xzvf gtkdatabox-1.0.0.tar.gz

and build the source code using GNU Make as shown below:

$ cd gtkdatabox-1.0.0/
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig

Installing Klavaro

Clone my repository using this command:

$ git clone https://github.com/Blantranderozari/Klavaro-Indonesia-Translation.git

... and go straightly build the source.

$ cd Klavaro-Indonesia-Translation
$ ./configure
$ make
$ sudo make install
$ export LANGUAGE=id
$ klavaro

You should see this window poping up:

image

Congratulation you have succeed building and installing Klavaro! Happy Typing...

About

Klavaro is a typing tutor application and this is the version for Indonesian language.

Topics

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published