Skip to content

Instantly share code, notes, and snippets.

@chalkpe
Created February 9, 2018 19:53
Show Gist options
  • Save chalkpe/9cf30bff6471020318e152fddc4f1c54 to your computer and use it in GitHub Desktop.
Save chalkpe/9cf30bff6471020318e152fddc4f1c54 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt update && sudo apt upgrade
sudo apt install -y git devscripts build-essential debhelper pkg-config libglib2.0-dev libtool intltool autoconf libaudit-dev libchewing3-dev libhangul-dev librime-dev libxkbcommon-dev libsunpinyin-dev libanthy-dev libqt4-dev qtbase5-dev qtbase5-private-dev libgtk-3-dev libgtk2.0-dev librsvg2-bin libappindicator3-dev
git clone https://github.com/cogniti/nimf.git
cd nimf && ./autogen.sh --with-im-config-data
sudo cp data/im-config/23_nimf.* /usr/share/im-config/data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment