Warning, /graphics/kgraphviewer/INSTALL is written in an unsupported language. File is not indexed.

0001 Basic Installation
0002 ==================
0003 
0004    These are generic installation instructions. It supposes that you have a
0005    working KDE Frameworks development environment. See the following URL if it is not
0006    the case:
0007    https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source
0008 
0009    This package uses the cmake.
0010 
0011    In the following, let <sourcedir> be the directory containing the present
0012    file.
0013 
0014   1. Create a build directory. Let us refer to it as <builddir>. move to it:
0015      cd <builddir>
0016 
0017   2. Type `cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR <sourcedir>' to configure the 
0018      package.
0019 
0020   3. Move to the src subdirectory:
0021      cd src
0022 
0023   4. Type `make' to build the package.
0024  
0025   5. Type `make install' to install the programs and any data files and
0026      documentation. If you have not write permission to the  KDE installation
0027      directory, you should become root before.