Extend copyright to 2018.
[kdbg.git] / README
blob4bd47120adc70ce20fb7fd05c685baea7b860453
1 This is KDbg, a graphical user interface around GDB using
2 KDE, the K Desktop Environment.
4 To build and install:
6         cmake .
7         make
8         sudo make install
10 It may be necessary to tell the install location explicitly,
11 then use, for example,
13         cmake -DCMAKE_INSTALL_PREFIX=/usr .
15 The KDE header files libraries must be available. Make sure
16 that the development packages are installed.
18 The homepage is at
20         http://www.kdbg.org/
22 Johannes Sixt <j6t@kdbg.org>