-
Notifications
You must be signed in to change notification settings - Fork 7
/
README
executable file
·43 lines (30 loc) · 1.13 KB
/
README
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
README for kdesdk
Licensed BSD
Copyright Robin Rowe 2008.12.30
Kdesdk includes the following tools:
* cervisia, GUI for CVS
* kapptemplate, Templates for the easy creation of KDE components
* kate, The KDE Advanced Text Editor
* kcachegrind, GUI to profilers such as Valgrind
* kdesvn-build, automated tool for building KDE
* kompare, Graphical Difference Tools
* kstartperf, startup time measurement for KDE apps
* KUIViewer, display user interface (.ui) files from Qt Designer
* lokalize, computer-aided i18n translation
* okteta, hex editor
* poxml, translates DocBook XML files using gettext po files
* swappo, reads PO file and reverses direction of translations
* umbrello, GUI for diagramming Unified Modelling Language (UML)
Building kdesdk...
% cmake .
% make
% sudo make install
If you see this cmake message:
ERROR: cmake/modules/FindKDE4Internal.cmake not found
For Ubuntu users, The solution is:
% sudo apt-get install kdelibs5-dev kdepimlibs5-dev
For Fedora users, do this:
# yum install kdelibs-devel kdepimlibs-devel kde-baseapps-devel antlr-C++
Contacts...
http://techbase.kde.org/Projects/Release_Team
Matt Rogers <[email protected]>