Difference between revisions of "Become a developer"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) m (→See also) |
Weng Xuetian (talk | contribs) (Marked this version for translation) |
||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
− | == Join community == | + | == Join community == <!--T:1--> |
You can join fcitx-dev on googlegroups first. And if you have some complex question want to get support directly, feel free to contact with [[User:Weng Xuetian]], you can find his email and gtalk there. | You can join fcitx-dev on googlegroups first. And if you have some complex question want to get support directly, feel free to contact with [[User:Weng Xuetian]], you can find his email and gtalk there. | ||
− | == Where to start == | + | == Where to start == <!--T:2--> |
Fcitx have doxygen, you can compile it and run | Fcitx have doxygen, you can compile it and run | ||
− | make doc | + | <!--T:3--> |
+ | make doc | ||
+ | <!--T:4--> | ||
For input method, read [[Special:MyLanguage/QuWei|QuWei]] is good start, since it's very simple. | For input method, read [[Special:MyLanguage/QuWei|QuWei]] is good start, since it's very simple. | ||
− | == See also == | + | == See also == <!--T:5--> |
[[Special:MyLanguage/Create your first Fcitx addon|Create your first Fcitx addon]] | [[Special:MyLanguage/Create your first Fcitx addon|Create your first Fcitx addon]] | ||
</translate> | </translate> |
Revision as of 11:29, 29 April 2012
Join community
You can join fcitx-dev on googlegroups first. And if you have some complex question want to get support directly, feel free to contact with User:Weng Xuetian, you can find his email and gtalk there.
Where to start
Fcitx have doxygen, you can compile it and run
make doc
For input method, read QuWei is good start, since it's very simple.