Languages/Qyoto: Difference between revisions

From KDE TechBase
No edit summary
(32 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Template:I18n/Language Navigation Bar|Development/Languages/Qyoto}}
 
 


__NOTOC__
__NOTOC__
= 关于 =
= About =
 
Qyoto makes it possible to develop Qt applications using C#, or any other .NET language. Qyoto uses [[Development/Languages/Smoke|SMOKE]], and offers access to almost all Qt classes. It is free and open source with the LGPL license.
 
= Source Code =


Qyoto让你可以用C#来开发Qt和KDE应用程序,或者说用其他.NET的语言。Qyoto使用[[Development/Languages/Smoke|SMOKE]],并且提供向Qt和KDE的类库的接口。
Qyoto is part of the kdebindings module in the KDE git repository.


= 源代码 =
  $ git clone git://anongit.kde.org/assemblygen


Qyoto是KDE SVN仓库的KDEBindings模块中的一部分。
You can also [https://projects.kde.org/projects/kde/kdebindings/csharp/assemblygen/repository browse the source online].


  $ svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebindings
= Binary Packages =


[http://websvn.kde.org/trunk/KDE/kdebindings/csharp/ 在线阅览]
Pre-built binary packages are available in the following distributions:


= 二进制包 =
* [http://packages.debian.org/squeeze/qyoto-dev Debian]
* [http://packages.ubuntu.com/lucid/qyoto-dev Ubuntu] (only available until 10.04)
* Arch Linux
* [http://download.kde.org/stable/csharp-qt/4.0.7/win32/CSharpQt-Windows-4.0.7.7z Windows] - works with the Qt MinGW version
* [http://download.kde.org/stable/csharp-qt/4.0.6/osx/CSharpQt-OSX-4.0.6.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 =


* [http://packages.debian.org/source/experimental/kdebindings Debian]
* '''On-line documentation:''' [http://api.kde.org/qyoto-api/index.html http://api.kde.org/qyoto-api/index.html].
* [http://packages.ubuntu.com/source/intrepid/kde4bindings Ubuntu]
* '''Off-line documentation:''' [http://download.kde.org/stable/csharp-qt/4.0.6/docs/CSharpQt-Documentation-4.0.6.tar.gz].


= 讨论 & 支持 =
= Discussions & Support =


* '''Mailing List:''' [https://mail.kde.org/mailman/listinfo/kde-bindings [email protected]].
* '''Mailing List:''' [https://mail.kde.org/mailman/listinfo/kde-bindings [email protected]].
* '''IRC Channel:''' #kde-bindings on [http://freenode.net/ irc.freenode.net].
* '''IRC Channel:''' #kde-bindings on [http://freenode.net/ irc.freenode.net].


= 其他资源 =
= Other Resources =


* http://ekarchive.elikirk.com/david/qyoto/ 原有网站(过时)
* '''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 08:16, 20 April 2013



About

Qyoto makes it possible to develop Qt applications using C#, or any other .NET language. Qyoto uses SMOKE, and offers access to almost all Qt classes. It is free and open source with the LGPL license.

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:

Documentation

Discussions & Support

Other Resources