<div>自己之前写了下 ibus-googlepinyin 绑定,现在把它放入到了 libgooglepinyin 里边</div><a href="http://code.google.com/p/libgooglepinyin/">http://code.google.com/p/libgooglepinyin/</a><div><br></div><div>各位可以试试在 ibus 使用谷歌拼音</div><div><br></div>
<div>安装</div><div><br></div><div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">
sudo apt-get install cmake build-essential opencc mercurial ibus<br>hg clone <a href="http://code.google.com/p/libgooglepinyin/">http://code.google.com/p/libgooglepinyin/</a><br>cd libgooglepinyin<br>mkdir build; cd build<br>
cmake .. -DCMAKE_INSTALL_PREFIX=/usr<br>make<br>sudo make install</blockquote></div><div><br></div><div>然后在 ibus 里添加就可以了</div>