Languages/Qyoto: Difference between revisions

From KDE TechBase
mNo edit summary
(21 intermediate revisions by 10 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
= About =
= About =
Line 6: Line 9:
= Source Code =
= Source Code =


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


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


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/assemblygen/repository browse the source online].


= Binary Packages =
= Binary Packages =
Line 16: Line 19:
Pre-built binary packages are available in the following distributions:
Pre-built binary packages are available in the following distributions:


* [http://packages.debian.org/source/experimental/kdebindings Debian]
* [http://packages.debian.org/sid/qyoto-dev Debian]
* [http://packages.ubuntu.com/source/intrepid/kde4bindings Ubuntu]
* [http://packages.ubuntu.com/natty/qyoto-dev Ubuntu] (only available until 11.04)
* Arch Linux
* [http://download.kde.org/stable/csharp-qt/4.0.4/win32/CSharpQt-Windows-4.0.4.7z.mirrorlist Windows]
* [http://download.kde.org/stable/csharp-qt/4.0.4/osx/CSharpQt-OSX-4.0.4.zip.mirrorlist OS X] - as a requirement you also need [http://download.kde.org/stable/csharp-qt/4.0.4/osx/MonoFramework-MRE-3.0.0.macos10.monobjc.universal.dmg.mirrorlist 64-bit Mono]
 
= Discussions & Support =
 
* '''Mailing List:''' [https://mail.kde.org/mailman/listinfo/kde-bindings [email protected]].
* '''IRC Channel:''' #kde-bindings on [http://freenode.net/ irc.freenode.net].


= Other Resources =
= Other Resources =


* http://ekarchive.elikirk.com/david/qyoto/ Old website
* '''Qyoto C# tutorial:''' http://zetcode.com/tutorials/qyotosharptutorial/
* http://imaginary-project.net/wiki/qyoto
* [http://imaginary-project.net/wiki/building_qyoto_for_windows Building Qyoto for Windows]
* An earlier attempt at creating C# bindings for Qt was called [[Development/Languages/QtSharp|QtSharp]].
* An earlier attempt at creating C# bindings for Qt was called [[Development/Languages/QtSharp|QtSharp]].

Revision as of 10:28, 5 November 2012



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 git repository.

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

You can also browse the source online.

Binary Packages

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

Discussions & Support

Other Resources