This repository was archived by the owner on Jun 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathchapter-compile.html
77 lines (77 loc) · 3.47 KB
/
chapter-compile.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>第 14 章 编译安装流程</title>
<link rel="stylesheet" href="docbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<meta name="description" content="fcitx 通常以源码的形式发布,您需要编译安装后才能使用。">
<meta name="keywords" content="源码, 编译, 安装, 卸载">
<link rel="home" href="index.html" title="小企鹅输入法(fcitx)">
<link rel="up" href="part-appendix.html" title="部分 IV. 附录">
<link rel="prev" href="chapter-related-project.html" title="第 13 章 相关项目">
<link rel="next" href="sect1-install.html" title="14.2. 安装">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">第 14 章 编译安装流程</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="chapter-related-project.html">上一页</a> </td>
<th width="60%" align="center">部分 IV. 附录</th>
<td width="20%" align="right"> <a accesskey="n" href="sect1-install.html">下一页</a>
</td>
</tr>
</table>
<hr>
</div>
<div class="chapter" title="第 14 章 编译安装流程">
<div class="titlepage"><div>
<div><h2 class="title">
<a name="chapter-compile"></a>第 14 章 编译安装流程</h2></div>
<div><div class="abstract" title="摘要">
<p class="title"><b>摘要</b></p>
<p>fcitx 通常以源码的形式发布,您需要编译安装后才能使用。</p>
</div></div>
</div></div>
<div class="toc">
<p><b>目录</b></p>
<dl>
<dt><span class="sect1"><a href="chapter-compile.html#sect1-dependencies">14.1. 依赖</a></span></dt>
<dt><span class="sect1"><a href="sect1-install.html">14.2. 安装</a></span></dt>
<dt><span class="sect1"><a href="sect1-uninstall.html">14.3. 卸载</a></span></dt>
</dl>
</div>
<div class="sect1" title="14.1. 依赖">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="sect1-dependencies"></a>14.1. 依赖</h2></div></div></div>
<p>编译 fcitx 按照您需要的功能,需要(且不限于)以下包及其对应开发包,开发包在发行版中多以-dev或者-devel结尾:</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem"><p>gcc</p></li>
<li class="listitem"><p>gtk2,gtk3的IM Module需要gtk2,gtk3,以及dbus-glib</p></li>
<li class="listitem"><p>qt的IM Module需要qt4,libicu</p></li>
<li class="listitem"><p>fcitx-classic-ui(支持皮肤的默认界面),fcitx-vk(虚拟键盘)需要libx11(xlib),cairo,可选项为pango</p></li>
<li class="listitem"><p>fcitx-kimpanel-ui需要dbus</p></li>
<li class="listitem"><p>fcitx-chttrans(简繁转换)可选项为OpenCC</p></li>
</ul></div>
</div>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="chapter-related-project.html">上一页</a> </td>
<td width="20%" align="center"><a accesskey="u" href="part-appendix.html">上一级</a></td>
<td width="40%" align="right"> <a accesskey="n" href="sect1-install.html">下一页</a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">第 13 章 相关项目 </td>
<td width="20%" align="center"><a accesskey="h" href="index.html">起始页</a></td>
<td width="40%" align="right" valign="top"> 14.2. 安装</td>
</tr>
</table>
</div>
</body>
</html>