m (→Other Resources: Deleting dead links) |
|||
| (19 intermediate revisions by 6 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | ||
| Line 9: | Line 9: | ||
= Source Code = | = Source Code = | ||
| − | Qyoto is part of the kdebindings module in the KDE | + | Qyoto is part of the kdebindings module in the KDE git repository. |
| − | $ | + | $ git clone git://anongit.kde.org/assemblygen |
| − | You can also [ | + | You can also [https://projects.kde.org/projects/kde/kdebindings/csharp/assemblygen/repository browse the source online]. |
= Binary Packages = | = Binary Packages = | ||
| Line 19: | 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/ | + | * [http://packages.debian.org/sid/qyoto-dev Debian] |
| − | * [http://packages.ubuntu.com/ | + | * [http://packages.ubuntu.com/natty/qyoto-dev Ubuntu] (only available until 11.04) |
| + | * Arch Linux | ||
| + | * [http://download.kde.org/stable/csharp-qt/4.0.5/win32/CSharpQt-Windows-4.0.5.7z Windows] - works with the Qt MinGW version | ||
| + | * [http://download.kde.org/stable/csharp-qt/4.0.5/osx/CSharpQt-OSX-4.0.5.7z 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] | ||
| + | |||
| + | = Documentation = | ||
| + | |||
| + | * '''Online documentation:''' [http://api.kde.org/qyoto-4.0.5-api/index.html http://api.kde.org/qyoto-4.0.5-api/index.html]. | ||
= Discussions & Support = | = Discussions & Support = | ||
| Line 29: | Line 36: | ||
= Other Resources = | = Other Resources = | ||
| + | * '''Qyoto C# tutorial:''' http://zetcode.com/tutorials/qyotosharptutorial/ | ||
* 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]]. | ||
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.
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.
Pre-built binary packages are available in the following distributions: