Difference between revisions of "Become a developer/zh-hans"

From Fcitx
Jump to navigation Jump to search
(Created page with "== 加入社区 == 你可以首先加入 Google Groups 上的 fcitx-dev 邮件列表。如果你有一些复杂的问题想要得到直接的支持的话,可以联系 User...")
(Created page with "== 如何开始 == Fcitx 带有 Doxygen,你可以编译并运行它。 make doc 对于输入法来说,先读一下")
Line 3: Line 3:
 
== 加入社区 == 你可以首先加入 Google Groups 上的 fcitx-dev 邮件列表。如果你有一些复杂的问题想要得到直接的支持的话,可以联系 [[User:Weng Xuetian]],你可以在他的用户页找到他的电子邮箱和 Google Talk。
 
== 加入社区 == 你可以首先加入 Google Groups 上的 fcitx-dev 邮件列表。如果你有一些复杂的问题想要得到直接的支持的话,可以联系 [[User:Weng Xuetian]],你可以在他的用户页找到他的电子邮箱和 Google Talk。
  
== Where to start ==
+
== 如何开始 ==
Fcitx have doxygen, you can compile it and run
+
Fcitx 带有 Doxygen,你可以编译并运行它。 make doc 对于输入法来说,先读一下
  
 
     make doc
 
     make doc

Revision as of 23:03, 2 February 2016

Other languages:
English • ‎中文(中国大陆)‎ • ‎中文(简体)‎

== 加入社区 == 你可以首先加入 Google Groups 上的 fcitx-dev 邮件列表。如果你有一些复杂的问题想要得到直接的支持的话,可以联系 User:Weng Xuetian,你可以在他的用户页找到他的电子邮箱和 Google Talk。

如何开始

Fcitx 带有 Doxygen,你可以编译并运行它。 make doc 对于输入法来说,先读一下

   make doc

For input method, read QuWei is good start, since it's very simple.

You may want to read it first

How to contact with Fcitx team

How to find what to do

How Fcitx works

Create your first Fcitx addon

Debug Fcitx

Todo-List