Skip to content

Instantly share code, notes, and snippets.

@menon92
Created May 25, 2018 06:52
Show Gist options
  • Save menon92/b414b78d3fd09e22caa1dee7831a16ad to your computer and use it in GitHub Desktop.
Save menon92/b414b78d3fd09e22caa1dee7831a16ad to your computer and use it in GitHub Desktop.
sudo apt install git ibus libibus-1.0-dev automake autoconf gjs ibus-1.0 gir1.2-ibus-1.0
cd /tmp
git clone https://github.com/sarim/ibus-avro.git
cd ibus-avro
aclocal && autoconf && automake --add-missing
./configure --prefix=/usr
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment