Archive:Development/Languages/Qyoto (zh CN): Difference between revisions

From KDE TechBase
No edit summary
m (AnneW moved page Development/Languages/Qyoto (zh CN) to Archive:Development/Languages/Qyoto (zh CN) without leaving a redirect: Obsolete)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:I18n/Language Navigation Bar|Development/Languages/Qyoto}}
 


__NOTOC__
__NOTOC__
Line 10: Line 10:
Qyoto是KDE SVN仓库的KDEBindings模块中的一部分。  
Qyoto是KDE SVN仓库的KDEBindings模块中的一部分。  


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


[http://websvn.kde.org/trunk/KDE/kdebindings/csharp/ 在线阅览]
[https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto/repository 在线阅览]


= 二进制包 =
= 二进制包 =
Line 18: Line 18:
预编译好的包已经存在下列发行版中了:
预编译好的包已经存在下列发行版中了:


* [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/oneiric/qyoto-dev Ubuntu]


= 讨论 & 支持 =
= 讨论 & 支持 =
Line 28: Line 28:
= 其他资源 =
= 其他资源 =


* http://ekarchive.elikirk.com/david/qyoto/ 原有网站(过时)
* 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]].

Latest revision as of 13:03, 23 June 2013


关于

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

源代码

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

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

在线阅览

二进制包

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

讨论 & 支持

其他资源

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