Installation

One can install Sharada-Braille-Writer 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 update-sharada-braille-writer script.

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/sbw
sudo apt-get install -y sharada-braille-writer libbraille-input

Using .deb packages

If you are using any other Debian based distribution, download latest deb package of both libbraille-input and sharad-braille-writer 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 sharada-braille-writer

git clone https://github.com/zendalona/sbw.git
cd sbw
sudo python3 setup.py install –install-data=/usr