Skip to content

Hướng dẫn cài đặt từ mã nguồn

luongthanhlam edited this page Dec 18, 2018 · 24 revisions
  1. Cài đặt các gói phụ thuộc
  • make
  • golang
  • libx11-dev
  • libxtst-dev
# Debian/Ubuntu:
sudo apt install make golang libx11-dev libxtst-dev

# Fedora, CentOS,...
sudo yum install make go libX11-devel libxtst-devel
  1. Download
wget https://github.com/BambooEngine/ibus-bamboo/archive/master.zip -O ibus-bamboo.zip

# hoặc clone từ github:
git clone https://github.com/BambooEngine/ibus-bamboo.git
  1. Build & install
cd ibus-bamboo
sudo make install

# Restart ibus
ibus restart

Gỡ cài đặt:

sudo make uninstall
ibus restart