Warning, /kdevelop/kdev-python/INSTALL is written in an unsupported language. File is not indexed.
0001 To install, do this: 0002 mkdir -p build 0003 cd build 0004 cmake .. 0005 make install 0006 0007 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. 0008 0009 Running test suite: 0010 To enable test building, run 0011 cmake .. -DKDE4_BUILD_TESTS=true 0012 Instead of just cmake