一区二区三区日韩精品-日韩经典一区二区三区-五月激情综合丁香婷婷-欧美精品中文字幕专区

分享

ubuntu ibus添加google輸入法 [轉(zhuǎn)載]

 zjjyyy 2013-07-17

http://code.google.com/p/libgooglepinyin/downloads/list

下載谷歌輸入法解壓到指定位置

root@coder-671T-M:~/桌面/ibus_google# cmake
程序“cmake”尚未安裝。  您可以使用以下命令安裝:
apt-get install cmake
root@coder-671T-M:~/桌面/ibus_google# apt-get install cmake

正在讀取軟件包列表... 完成
正在分析軟件包的依賴關(guān)系樹       
正在讀取狀態(tài)信息... 完成       
將會安裝下列額外的軟件包:
  cmake-data emacsen-common libxmlrpc-core-c3-0
下列【新】軟件包將被安裝:
  cmake cmake-data emacsen-common libxmlrpc-core-c3-0
升級了 0 個軟件包,新安裝了 4 個軟件包,要卸載 0 個軟件包,有 139 個軟件包未被升級。
需要下載 5,075 kB 的軟件包。
解壓縮后會消耗掉 14.9 MB 的額外空間。
您希望繼續(xù)執(zhí)行嗎?[Y/n]Y
獲?。? http://cn.archive./ubuntu/ oneiric/main libxmlrpc-core-c3-0 i386 1.16.32-0ubuntu4 [115 kB]
獲?。? http://cn.archive./ubuntu/ oneiric/main emacsen-common all 1.4.19ubuntu2 [17.7 kB]
獲?。? http://cn.archive./ubuntu/ oneiric/main cmake-data all 2.8.5-1ubuntu1 [709 kB]
獲?。? http://cn.archive./ubuntu/ oneiric/main cmake i386 2.8.5-1ubuntu1 [4,234 kB]
下載 5,075 kB,耗時 1分 25秒 (59.4 kB/s)                                       
選中了曾被取消選擇的軟件包 libxmlrpc-core-c3-0。
(正在讀取數(shù)據(jù)庫 ... 系統(tǒng)當前共安裝有 235285 個文件和目錄。)
正在解壓縮 libxmlrpc-core-c3-0 (從 .../libxmlrpc-core-c3-0_1.16.32-0ubuntu4_i386.deb) ...
選中了曾被取消選擇的軟件包 emacsen-common。
正在解壓縮 emacsen-common (從 .../emacsen-common_1.4.19ubuntu2_all.deb) ...
選中了曾被取消選擇的軟件包 cmake-data。
正在解壓縮 cmake-data (從 .../cmake-data_2.8.5-1ubuntu1_all.deb) ...
選中了曾被取消選擇的軟件包 cmake。
正在解壓縮 cmake (從 .../cmake_2.8.5-1ubuntu1_i386.deb) ...
正在處理用于 man-db 的觸發(fā)器...
正在設(shè)置 libxmlrpc-core-c3-0 (1.16.32-0ubuntu4) ...
正在設(shè)置 emacsen-common (1.4.19ubuntu2) ...
emacsen-common: Handling install of emacsen flavor emacs
正在設(shè)置 cmake-data (2.8.5-1ubuntu1) ...
emacsen-common: Handling install of emacsen flavor emacs
正在設(shè)置 cmake (2.8.5-1ubuntu1) ...
正在處理用于 libc-bin 的觸發(fā)器...
ldconfig deferred processing now taking place

 
root@coder-671T-M:/home/coder/progam/ibus_google# cd libgooglepinyin-0.1.1
root@coder-671T-M:/home/coder/progam/ibus_google/libgooglepinyin-0.1.1# mkdir build; cd build
root@coder-671T-M:/home/coder/progam/ibus_google/libgooglepinyin-0.1.1/build# cmake .. -DCMAKE_INSTALL_PREFIX=/usr

-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/coder/progam/ibus_google/libgooglepinyin-0.1.1/build
root@coder-671T-M:/home/coder/progam/ibus_google/libgooglepinyin-0.1.1/build# make
Scanning dependencies of target googlepinyin
[  5%] Building CXX object src/CMakeFiles/googlepinyin.dir/dictbuilder.cpp.o
[ 11%] Building CXX object src/CMakeFiles/googlepinyin.dir/dictlist.cpp.o
[ 16%] Building CXX object src/CMakeFiles/googlepinyin.dir/dicttrie.cpp.o
[ 22%] Building CXX object src/CMakeFiles/googlepinyin.dir/lpicache.cpp.o
[ 27%] Building CXX object src/CMakeFiles/googlepinyin.dir/matrixsearch.cpp.o
[ 33%] Building CXX object src/CMakeFiles/googlepinyin.dir/mystdlib.cpp.o
[ 38%] Building CXX object src/CMakeFiles/googlepinyin.dir/ngram.cpp.o
[ 44%] Building CXX object src/CMakeFiles/googlepinyin.dir/pinyinime.cpp.o
[ 50%] Building CXX object src/CMakeFiles/googlepinyin.dir/searchutility.cpp.o
[ 55%] Building CXX object src/CMakeFiles/googlepinyin.dir/spellingtable.cpp.o
[ 61%] Building CXX object src/CMakeFiles/googlepinyin.dir/spellingtrie.cpp.o
[ 66%] Building CXX object src/CMakeFiles/googlepinyin.dir/splparser.cpp.o
[ 72%] Building CXX object src/CMakeFiles/googlepinyin.dir/sync.cpp.o
[ 77%] Building CXX object src/CMakeFiles/googlepinyin.dir/userdict.cpp.o
[ 83%] Building CXX object src/CMakeFiles/googlepinyin.dir/utf16char.cpp.o
[ 88%] Building CXX object src/CMakeFiles/googlepinyin.dir/utf16reader.cpp.o
Linking CXX shared library libgooglepinyin.so
[ 88%] Built target googlepinyin
Scanning dependencies of target dictbuilder
[ 94%] Building CXX object tools/CMakeFiles/dictbuilder.dir/pinyinime_dictbuilder.cpp.o
Linking CXX executable dictbuilder
[ 94%] Built target dictbuilder
Scanning dependencies of target datafile
[ 94%] Generating dict_pinyin.dat
read successfully, lemma num: 65101
spelling tree construct successfully.


------------STAT INFO-------------
[root is layer -1]
.. max_sonbuf_len per layer(from layer 0):
   413, 259, 55, 6, 0, 0, 0, 0, -, 
.. max_homobuf_len per layer:
   -, 312, 19, 2, 2, 0, 0, 0, 0, 
.. total_son_num per layer:
   413, 26183, 13370, 6619, 0, 0, 0, 0, -, 
.. total_node_hasson per layer:
   1, 397, 6901, 6269, 0, 0, 0, 0, 0, 
.. total_sonbuf_num per layer:
   1, 397, 6901, 6269, 0, 0, 0, 0, -, 
.. total_sonbuf_allnoson per layer:
   0, 31, 3862, 6269, 0, 0, 0, 0, -, 
.. total_node_in_sonbuf_allnoson per layer:
   0, 243, 4707, 6619, 0, 0, 0, 0, -, 
.. total_homo_num per layer:
   0, 17033, 34070, 7372, 6626, 0, 0, 0, 0, 
.. son buf allocation number with only 1 son: 10732
.. son buf allocation number with more than 1 son: 2836
.. total lemma node number: 46586
Build dictionary successfully.
Save dictionary successfully.
[100%] Built target datafile
root@coder-671T-M:/home/coder/progam/ibus_google/libgooglepinyin-0.1.1/build# make install
[ 88%] Built target googlepinyin
[ 94%] Built target dictbuilder
[100%] Built target datafile
Install the project...
-- Install configuration: ""
-- Installing: /usr/lib/libgooglepinyin.so.0.1.0
-- Installing: /usr/lib/libgooglepinyin.so.0
-- Installing: /usr/lib/libgooglepinyin.so
-- Installing: /usr/include/googlepinyin/atomdictbase.h
-- Installing: /usr/include/googlepinyin/dictbuilder.h
-- Installing: /usr/include/googlepinyin/dictdef.h
-- Installing: /usr/include/googlepinyin/dictlist.h
-- Installing: /usr/include/googlepinyin/dicttrie.h
-- Installing: /usr/include/googlepinyin/lpicache.h
-- Installing: /usr/include/googlepinyin/matrixsearch.h
-- Installing: /usr/include/googlepinyin/mystdlib.h
-- Installing: /usr/include/googlepinyin/ngram.h
-- Installing: /usr/include/googlepinyin/pinyinime.h
-- Installing: /usr/include/googlepinyin/searchutility.h
-- Installing: /usr/include/googlepinyin/spellingtable.h
-- Installing: /usr/include/googlepinyin/spellingtrie.h
-- Installing: /usr/include/googlepinyin/splparser.h
-- Installing: /usr/include/googlepinyin/sync.h
-- Installing: /usr/include/googlepinyin/userdict.h
-- Installing: /usr/include/googlepinyin/utf16char.h
-- Installing: /usr/include/googlepinyin/utf16reader.h
-- Installing: /usr/share/googlepinyin/dict_pinyin.dat
-- Installing: /usr/lib/pkgconfig/googlepinyin.pc
root@coder-671T-M:/home/coder/progam/ibus_google/libgooglepinyin-0.1.1/build# cd ..
root@coder-671T-M:/home/coder/progam/ibus_google/libgooglepinyin-0.1.1# cd ..
root@coder-671T-M:/home/coder/progam/ibus_google# cd ibus-googlepinyin-0.1.1
root@coder-671T-M:/home/coder/progam/ibus_google/ibus-googlepinyin-0.1.1# mkdir build; cd build
root@coder-671T-M:/home/coder/progam/ibus_google/ibus-googlepinyin-0.1.1/build# cmake .. -DCMAKE_INSTALL_PREFIX=/usr

-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/coder/progam/ibus_google/ibus-googlepinyin-0.1.1/build
root@coder-671T-M:/home/coder/progam/ibus_google/ibus-googlepinyin-0.1.1/build# make
root@coder-671T-M:/home/coder/progam/ibus_google/ibus-googlepinyin-0.1.1/build# make install

Install the project...
-- Install configuration: ""
-- Installing: /usr/share/ibus-googlepinyin/main.py
-- Installing: /usr/share/ibus-googlepinyin/engine.py
-- Installing: /usr/share/ibus-googlepinyin/factory.py
-- Installing: /usr/share/ibus-googlepinyin/libopencc.py
-- Installing: /usr/share/ibus-googlepinyin/googlepinyin.py
-- Installing: /usr/share/ibus/component/googlepinyin.xml
-- Installing: /usr/share/ibus-googlepinyin/icons
-- Installing: /usr/share/ibus-googlepinyin/icons/simp-chinese.svg
-- Installing: /usr/share/ibus-googlepinyin/icons/half-punct.svg
-- Installing: /usr/share/ibus-googlepinyin/icons/chinese.svg
-- Installing: /usr/share/ibus-googlepinyin/icons/ibus-pinyin.svg
-- Installing: /usr/share/ibus-googlepinyin/icons/ibus-googlepinyin.png
-- Installing: /usr/share/ibus-googlepinyin/icons/trad-chinese.svg
-- Installing: /usr/share/ibus-googlepinyin/icons/half-letter.svg
-- Installing: /usr/share/ibus-googlepinyin/icons/full-letter.svg
-- Installing: /usr/share/ibus-googlepinyin/icons/english.svg
-- Installing: /usr/share/ibus-googlepinyin/icons/full-punct.svg
root@coder-671T-M:/home/coder/progam/ibus_google/ibus-googlepinyin-0.1.1/build# pkill -f ibus-daemon ; ibus-daemon -d -x
root@coder-671T-M:/home/coder/progam/ibus_google/ibus-googlepinyin-0.1.1/build#

    本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點。請注意甄別內(nèi)容中的聯(lián)系方式、誘導購買等信息,謹防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊一鍵舉報。
    轉(zhuǎn)藏 分享 獻花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多

    国产精品香蕉一级免费| 日本二区三区在线播放| 青青操在线视频精品视频| 欧美午夜一区二区福利视频| 欧美中文字幕日韩精品| 国产不卡免费高清视频| 五月婷婷亚洲综合一区| 国产在线小视频你懂的| 少妇肥臀一区二区三区| 国产国产精品精品在线| 国产精品免费视频视频| 日本午夜免费啪视频在线| 日韩在线视频精品视频| 国产国产精品精品在线| 久久天堂夜夜一本婷婷| 在线观看日韩欧美综合黄片| 日韩欧美一区二区亚洲| 高清亚洲精品中文字幕乱码| 日韩日韩欧美国产精品| 欧美一区二区三区性视频| 久久99青青精品免费观看| 九九热视频经典在线观看| 一区二区三区18禁看| 日本一二三区不卡免费| 国产精品自拍杆香蕉视频| 激情偷拍一区二区三区视频| 隔壁的日本人妻中文字幕版 | 欧美成人高清在线播放| 欧美性猛交内射老熟妇| 欧美午夜性刺激在线观看| 出差被公高潮久久中文字幕| 字幕日本欧美一区二区| 最新国产欧美精品91| 91熟女大屁股偷偷对白| 亚洲国产精品av在线观看| 国产精品久久熟女吞精| 久久亚洲午夜精品毛片| 高清不卡视频在线观看| 欧美国产在线观看精品| 久久综合亚洲精品蜜桃| 日本免费一本一二区三区|