File: README

package info (click to toggle)
knights 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,280 kB
  • sloc: cpp: 6,593; makefile: 7; sh: 3
file content (30 lines) | stat: -rw-r--r-- 798 bytes parent folder | download | duplicates (3)
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