m |
|||
| Line 34: | Line 34: | ||
* [[Development/Languages/JavaScript|JavaScript (ECMAScript)]] | * [[Development/Languages/JavaScript|JavaScript (ECMAScript)]] | ||
* [[Development/Languages/Tools|KDE interaction tools]] (Shell) | * [[Development/Languages/Tools|KDE interaction tools]] (Shell) | ||
| + | |||
| + | ==Building current git master== | ||
| + | It is recommended to have the following in ~/.gitconfig: | ||
| + | <code> | ||
| + | [url "git://anongit.kde.org/"] | ||
| + | insteadOf = kde: | ||
| + | [url "ssh://git@git.kde.org/"] | ||
| + | pushInsteadOf = kde: | ||
| + | </code> | ||
| + | to pull from the anongit servers, but push to the main git server. | ||
| + | |||
| + | Clone the repositories with | ||
| + | <code bash>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 | ||
| + | </code> | ||
| + | |||
| + | Building happens as usual with | ||
| + | <code bash>cmake <src-dir> -DCMAKE_INSTALL_PREFIX=/usr | ||
| + | make | ||
| + | make install</code> | ||
| + | |||
| + | 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. | ||
__NOTOC__ | __NOTOC__ | ||
Languages: عربي | Asturianu | Català | Česky | Kaszëbsczi | Dansk | Deutsch | English | Esperanto | Español | Eesti | فارسی | Suomi | Français | Galego | Italiano | 日本語 | 한국어 | Norwegian | Polski | Português Brasileiro | Română | Русский | Svenska | Slovenčina | Slovenščina | српски | Türkçe | Tiếng Việt | Українська | 简体中文 | 繁體中文
KDE supports several programming languages for KDE 4 development.
Support for these languages is mature, fully maintained and suitable for application development:
Support for these languages is still in development:
It is recommended to have the following in ~/.gitconfig:
[url "git://anongit.kde.org/"]
insteadOf = kde:
[url "ssh://git@git.kde.org/"]
pushInsteadOf = kde:
to pull from the anongit servers, but push to the main git server.
Clone the repositories with
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.