Languages/Qyoto: Difference between revisions

From KDE TechBase
(Add info about irc channel and mailing list.)
No edit summary
Line 1: Line 1:
{{Template:I18n/Language Navigation Bar|Development/Languages/Qyoto}}
__NOTOC__
__NOTOC__
= About =
= 关于 =


Qyoto makes it possible to develop Qt and KDE applications using C#, or any other .NET language. Qyoto uses [[Development/Languages/Smoke|SMOKE]], and offers access to almost all Qt and KDE classes.
Qyoto让你可以用C#来开发Qt和KDE应用程序,或者说用其他.NET的语言。Qyoto使用[[Development/Languages/Smoke|SMOKE]],并且提供向Qt和KDE的类库的接口。


= Source Code =
= 源代码 =


Qyoto is part of the kdebindings module in the KDE SVN repository.
Qyoto是KDE SVN仓库的KDEBindings模块中的一部分。


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


You can also [http://websvn.kde.org/trunk/KDE/kdebindings/csharp/ browse the source online].
[http://websvn.kde.org/trunk/KDE/kdebindings/csharp/ 在线阅览]


= Binary Packages =
= 二进制包 =


Pre-built binary packages are available in the following distributions:
预编译好的包已经存在下列发行版中了:


* [http://packages.debian.org/source/experimental/kdebindings Debian]
* [http://packages.debian.org/source/experimental/kdebindings Debian]
* [http://packages.ubuntu.com/source/intrepid/kde4bindings Ubuntu]
* [http://packages.ubuntu.com/source/intrepid/kde4bindings Ubuntu]


= 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/ Old website
* http://ekarchive.elikirk.com/david/qyoto/ 原有网站(过时)
* http://imaginary-project.net/wiki/qyoto
* http://imaginary-project.net/wiki/qyoto
* [http://imaginary-project.net/wiki/building_qyoto_for_windows Building Qyoto for Windows]
* [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 13:36, 19 February 2009


Development/Languages/Qyoto


关于

Qyoto让你可以用C#来开发Qt和KDE应用程序,或者说用其他.NET的语言。Qyoto使用SMOKE,并且提供向Qt和KDE的类库的接口。

源代码

Qyoto是KDE SVN仓库的KDEBindings模块中的一部分。

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

在线阅览

二进制包

预编译好的包已经存在下列发行版中了:

讨论 & 支持

其他资源