File: README

package info (click to toggle)
kdevelop 4%3A5.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 57,892 kB
  • sloc: cpp: 278,773; javascript: 3,558; python: 3,385; sh: 1,317; ansic: 689; xml: 273; php: 95; makefile: 40; lisp: 13; sed: 12
file content (46 lines) | stat: -rw-r--r-- 1,114 bytes parent folder | download | duplicates (7)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
   KDevelop Custom Buildsystem Plugin

Author:
-------

Andreas Pakulat <apaku@gmx.de>

License:
--------

See the LICENSE file.

Description:
------------

This plugin allows to handle arbitrary custom buildsystems with KDevelop.

It supports setting up commands and arguments to build, configure, clean,
'dist-clean' and install the project, so that KDevelop's actions work as
expected.

Additionally it allows to setup include directories (or import-directories) and
defines for the project on a per-directory basis. This allows the C++ support
and other language plugins to find file-references without manually adding them
via the include-assistant.

This should help all those that have a special build setup to still be able to
embrace the features that KDevelop has to offer.

Requirements:
-------------

The only requirement is KDevPlatform, version 1.1.0 (which in turn means that
KDE Platform 4.4 or later needs to be installed too)

Installation:
-------------

See the INSTALL file.

Bugs:
-----

Please report bugs at bugs.kde.org under the KDevelop product for the 'custom
buildsystem' component.