Installation

One can install IBus-Braille using any of the following method, If you are using any other Ubuntu based distribution, you can install using PPA

Using Coco-Patcher

If you are using Accessible-Coconut, use Coco-Patcher in System tools menu.
Make sure system is connected to internet, then install or update using script named “update-ibus-braille-and-sharada-braille-writer“.

Using PPA

If you are using Ubuntu based distribution, use Ubuntu PPA. Run following commands:

sudo add-apt-repository ppa:nalin-x-linux/libbraille-input
sudo add-apt-repository ppa:nalin-x-linux/ibus-braille
sudo apt-get install -y ibus-braille libbraille-input

Using .deb packages

If you are using any other Debian based distribution, download latest deb package of both libbraille-input and ibus-braille from Sourceforge page and install it in the same order.

Compiling from source

Compiling libbraille-input

git clone https://github.com/zendalona/libbraille-input.git
cd libbraille-input
./configure

make

make install

Compiling ibus-braille

git clone https://github.com/zendalona/ibus-braille.git
cd ibus-braille
./configure

make

make install