Skip to content

Instantly share code, notes, and snippets.

@hungtrinh
Forked from bancek/poedit_install.sh
Last active November 9, 2015 06:26
Show Gist options
  • Save hungtrinh/0928bb6dabfa98102fc1 to your computer and use it in GitHub Desktop.
Save hungtrinh/0928bb6dabfa98102fc1 to your computer and use it in GitHub Desktop.
Install Poedit 1.8.6 from source on Ubuntu 15.04
wget https://github.com/vslavik/poedit/releases/download/v1.8.6-oss/poedit-1.8.6.tar.gz
tar xf poedit-1.8.6.tar.gz
cd poedit-1.8.6
apt-get install -y build-essential libwxgtk3.0-dev libicu-dev libgtkspell-dev libdb++-dev liblucene++-dev libboost-dev libboost-regex-dev libboost-system-dev libwxgtk3.0-dev
sed -i 's/Version: 3.0.3.4/Version: 3.0.5/' /usr/lib/x86_64-linux-gnu/pkgconfig/liblucene++.pc
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment