1Basic Installation
2==================
3
4   These are generic installation instructions. It supposes that you have a
5   working KDE Frameworks development environment. See the following URL if it is not
6   the case:
7   https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source
8
9   This package uses the cmake.
10
11   In the following, let <sourcedir> be the directory containing the present
12   file.
13
14  1. Create a build directory. Let us refer to it as <builddir>. move to it:
15     cd <builddir>
16
17  2. Type `cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR <sourcedir>' to configure the
18     package.
19
20  3. Move to the src subdirectory:
21     cd src
22
23  4. Type `make' to build the package.
24
25  5. Type `make install' to install the programs and any data files and
26     documentation. If you have not write permission to the  KDE installation
27     directory, you should become root before.
28