KDE支持多种的编程语言用于KDE 4的开发。
Contents |
以下这些语言的支持已经是成熟的,并且被充分地维护,完全适用于应用程序的开发:
以下这些语言的支持依然正在开发中:
推荐在 ~/.gitconfig 中加入:
[url "git://anongit.kde.org/"]
insteadOf = kde:
[url "ssh://git@git.kde.org/"]
pushInsteadOf = kde:以从 anongit 服务器拉取并提交到主 git 服务器。
克隆源的命令
git clone kde:smokegen git clone kde:smokeqt git clone kde:smokekde git clone kde:qtruby git clone kde:korundum git clone kde:qyoto git clone kde:kimono git clone kde:perlqt git clone kde:perlkde git clone kde:kross-interpreters
Building happens as usual with
cmake <src-dir> -DCMAKE_INSTALL_PREFIX=/usr make make install
Smokegen has to be built first, then smokeqt and smokekde. After that you can then build the various language bindings. Note that the KDE bindings part always depends on the Qt part - so you have to build this one first.
kross-interpreters contains the language plugins for kross. They do not depend on any of the above.