~ubuntu-branches/ubuntu/quantal/ibus-chewing/quantal-updates

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-09-17 19:06:19 UTC
  • mfrom: (1.1.5 upstream) (0.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090917190619-glkpocbc4ityzr8b
Tags: 1.2.0.20090917-1
new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Installation Instructions
2
2
*************************
 
3
0. Remove the old build cache:
 
4
  If you have previous ibus-chewing, or change between ibus 1.1 and ibus 1.2,
 
5
  You may need to remove CMakeCache.txt
 
6
 
3
7
1. Extract source and enter the extracted directory, then:
4
 
 
5
8
cmake . -DCMAKE_INSTALL_PREFIX='/usr' -DLIBEXEC_DIR='/usr/libexec'
6
9
make
7
10
 
9
12
in different directories.
10
13
 
11
14
2. If you have previous version installed, then need to:
12
 
 
13
15
make uninstall_schemas
14
16
 
15
 
 
16
 
3. Install and register schemas.
17
 
 
 
17
3. Install and register schemas:
18
18
sudo make install
19
19
make install_schemas
20
20
 
22
22
4. Use iBus UI or run ibus-setup to add ibus-chewing.
23
23
 
24
24
5. Restart iBus and Enjoy!
25
 
 
 
25
 
26
26
To see other available build targets, use
27
27
 
28
28
make help