File: INSTALL

package info (click to toggle)
libgooglepinyin 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 7,608 kB
  • ctags: 840
  • sloc: cpp: 8,256; ansic: 200; makefile: 12
file content (15 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
googlepinyin install instructions
=================================================


Dependencies: cmake build-essential opencc mercurial ibus python


To compile and install, go in the source directory and type:

  mkdir build; cd build
  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
  make
  sudo make install