Difference between revisions of "Become a developer"
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) (Created page with "<languages /> <translate> == 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...") |
Weng Xuetian (talk | contribs) m (Text replacement - "<translate1>" to "<translate>") |
||
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <languages /> | + | <languages/> |
<translate> | <translate> | ||
− | + | == Join community == <!--T:1--> | |
− | == 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. | 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. | ||
+ | |||
+ | == You may want to read it first == <!--T:5--> | ||
+ | [[Special:MyLanguage/How to contact with Fcitx team|How to contact with Fcitx team]] | ||
+ | |||
+ | <!--T:6--> | ||
+ | [[Special:MyLanguage/How to find what to do|How to find what to do]] | ||
+ | |||
+ | <!--T:7--> | ||
+ | [[Special:MyLanguage/How Fcitx works|How Fcitx works]] | ||
+ | |||
+ | <!--T:8--> | ||
+ | [[Special:MyLanguage/Create your first Fcitx addon|Create your first Fcitx addon]] | ||
+ | |||
+ | <!--T:10--> | ||
+ | [[Special:MyLanguage/Debug Fcitx|Debug Fcitx]] | ||
+ | |||
+ | <!--T:9--> | ||
+ | [[Special:MyLanguage/Todo-List|Todo-List]] | ||
</translate> | </translate> |
Latest revision as of 22:54, 2 February 2016
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.