Compile Configtool: Difference between revisions
Jump to navigation
Jump to search
Weng Xuetian (talk | contribs) Created page with "<languages /> <translate> == Compile command == Compile command is same as general one. === Option === Configtoo..." |
Weng Xuetian (talk | contribs) Marked this version for translation |
||
| Line 3: | Line 3: | ||
<translate> | <translate> | ||
== Compile command == | == Compile command == <!--T:1--> | ||
<!--T:2--> | |||
[[Special:myLanguage/Compile from source#General command|Compile command]] is same as general one. | [[Special:myLanguage/Compile from source#General command|Compile command]] is same as general one. | ||
=== Option === | === Option === <!--T:3--> | ||
Configtool contains two version, for gtk2 and gtk3, you can choose them it with | Configtool contains two version, for gtk2 and gtk3, you can choose them it with | ||
* ENABLE_GTK2 | * ENABLE_GTK2 | ||
| Line 13: | Line 14: | ||
For Fcitx, gtk3 version will be picked up by default. | For Fcitx, gtk3 version will be picked up by default. | ||
== Dependency == | == Dependency == <!--T:4--> | ||
=== Common === | === Common === <!--T:5--> | ||
==== Ubuntu ==== | ==== Ubuntu ==== <!--T:6--> | ||
{{package ubuntu|iso-codes}} | {{package ubuntu|iso-codes}} | ||
==== Fedora ==== | ==== Fedora ==== <!--T:7--> | ||
{{package fedora|iso-codes-devel}} | {{package fedora|iso-codes-devel}} | ||
==== OpenSUSE ==== | ==== OpenSUSE ==== <!--T:8--> | ||
{{package opensuse|iso-codes-devel}} | {{package opensuse|iso-codes-devel}} | ||
=== GTK2 === | === GTK2 === <!--T:9--> | ||
==== Ubuntu ==== | ==== Ubuntu ==== <!--T:10--> | ||
<!--T:11--> | |||
{{package ubuntu|libunique-dev}} | {{package ubuntu|libunique-dev}} | ||
<!--T:12--> | |||
{{package ubuntu|libgtk2.0-dev}} | {{package ubuntu|libgtk2.0-dev}} | ||
==== Fedora ==== | ==== Fedora ==== <!--T:13--> | ||
{{package fedora|gtk2-devel}} | {{package fedora|gtk2-devel}} | ||
<!--T:14--> | |||
{{package fedora|unique-devel}} | {{package fedora|unique-devel}} | ||
==== OpenSUSE ==== | ==== OpenSUSE ==== <!--T:15--> | ||
{{package opensuse|gtk2-devel}} | {{package opensuse|gtk2-devel}} | ||
<!--T:16--> | |||
{{package opensuse|unique-devel}} | {{package opensuse|unique-devel}} | ||
=== GTK3 === | === GTK3 === <!--T:17--> | ||
==== Ubuntu ==== | ==== Ubuntu ==== <!--T:18--> | ||
{{package ubuntu|libgtk-3-dev}} | {{package ubuntu|libgtk-3-dev}} | ||
==== Fedora ==== | ==== Fedora ==== <!--T:19--> | ||
{{package fedora|gtk3-devel}} | {{package fedora|gtk3-devel}} | ||
==== OpenSUSE ==== | ==== OpenSUSE ==== <!--T:20--> | ||
{{package opensuse|gtk3-devel}} | {{package opensuse|gtk3-devel}} | ||
<!--T:21--> | |||
[[Category:Compile]] | [[Category:Compile]] | ||
</translate> | </translate> | ||
Revision as of 14:47, 21 July 2013
Compile command
Compile command is same as general one.
Option
Configtool contains two version, for gtk2 and gtk3, you can choose them it with
- ENABLE_GTK2
- ENABLE_GTK3
For Fcitx, gtk3 version will be picked up by default.