[go: up one dir, main page]

File: INSTALL

package info (click to toggle)
kdevelop-python 5.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 12,480 kB
  • sloc: python: 183,325; cpp: 17,155; xml: 1,137; sh: 14; makefile: 13
file content (12 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
To install, do this:
mkdir -p build
cd build
cmake ..
make install

If you run into crashes, please rebuild with the -DCMAKE_BUILD_TYPE=debug flag passed to cmake and report a bug with the backtrace attached.

Running test suite:
To enable test building, run
  cmake .. -DKDE4_BUILD_TESTS=true
Instead of just cmake