-
Notifications
You must be signed in to change notification settings - Fork 76
Hướng dẫn cài đặt từ mã nguồn
luongthanhlam edited this page Dec 18, 2018
·
24 revisions
- 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
- 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
- Build & install
cd ibus-bamboo
sudo make install
# Restart ibus
ibus restart
sudo make uninstall
ibus restart