This file is indexed.

/usr/share/doc/knights/README is in knights 2.5.0-1+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Needed Packages
-=-=-=-=-=-=-=-=-=-=-=-=-=

You will need KDE and libkdegames libraries and headers. 
They will probably be installed by the libkdegames-dev or libkdegames-devel packages in your distribution.

How To Build Knights
-=-=-=-=-=-=-=-=-=-=-=-=-=

cd <project_name_path>
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$KDEDIRS ..      <- do not forget the ..
make
make install or sudo make install or su -c 'make install'

to uninstall the project:
make uninstall or sudo make uninstall or su -c 'make uninstall'

Note: you can use another build path. Then cd in your build dir and:
export KDE_SRC=path_to_your_src
cmake $KDE_SRC -DCMAKE_INSTALL_PREFIX=$KDEDIR


----------------------------
Please send all comments to:
Miha Čančula
miha.cancula@gmail.com

Last update: March 2010