-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
37 lines (20 loc) · 699 Bytes
/
INSTALL
File metadata and controls
37 lines (20 loc) · 699 Bytes
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
Installation Instructions
*************************
1. Extract source and enter the extracted directory, then:
cmake . -DCMAKE_INSTALL_PREFIX='/usr' -Ddatadir='/usr/share'
Change CMAKE_INSTALL_PREFIX and datadir to match the
system configuration.
2. make
3. sudo make install
4. sudo make install_post
5. Restart IBus.
6. Use iBus UI or run ibus-setup to add ibus-table-array30.
7. Enjoy!
Alternatively, if you have RPM system, from step 1:
2. make rpm
3. sudo rpm -hiv RPMS/noarch/ibus-table-zhuyin-<latestVersion>.<fedoraVersion>.noarch.rpm
4. Restart IBus.
5. Use iBus UI or run ibus-setup to add ibus-table-array30.
6. Enjoy!
To see other available build targets, use
make help