Languages/Qyoto: Difference between revisions

From KDE TechBase
m (→‎Other Resources: Deleting dead links)
No edit summary
Line 11: Line 11:
Qyoto is part of the kdebindings module in the KDE SVN repository.  
Qyoto is part of the kdebindings module in the KDE SVN repository.  


   $ svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebindings
   $ git clone git://anongit.kde.org:qyoto


You can also [http://websvn.kde.org/trunk/KDE/kdebindings/csharp/ browse the source online].
You can also [https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto/repository browse the source online].


= Binary Packages =
= Binary Packages =
Line 21: Line 21:
* [http://packages.debian.org/source/experimental/kdebindings Debian]
* [http://packages.debian.org/source/experimental/kdebindings Debian]
* [http://packages.ubuntu.com/source/karmic/kdebindings Ubuntu]
* [http://packages.ubuntu.com/source/karmic/kdebindings Ubuntu]
* Arch Linux
* And some more. Please add them here.


= Discussions & Support =
= Discussions & Support =

Revision as of 15:49, 2 February 2011


Development/Languages/Qyoto



About

Qyoto makes it possible to develop Qt and KDE applications using C#, or any other .NET language. Qyoto uses SMOKE, and offers access to almost all Qt and KDE classes.

Source Code

Qyoto is part of the kdebindings module in the KDE SVN repository.

 $ git clone git://anongit.kde.org:qyoto

You can also browse the source online.

Binary Packages

Pre-built binary packages are available in the following distributions:

  • Debian
  • Ubuntu
  • Arch Linux
  • And some more. Please add them here.

Discussions & Support

Other Resources

  • An earlier attempt at creating C# bindings for Qt was called QtSharp.