Skip to content

Instantly share code, notes, and snippets.

@bancek
Created April 1, 2015 12:29
Show Gist options
  • Save bancek/0318cb1f04a90fd4f8a3 to your computer and use it in GitHub Desktop.
Save bancek/0318cb1f04a90fd4f8a3 to your computer and use it in GitHub Desktop.
Install Poedit 1.7.5 from source on Ubuntu 14.10
wget https://github.com/vslavik/poedit/releases/download/v1.7.5-oss/poedit-1.7.5.tar.gz
tar xf poedit-1.7.5.tar.gz
cd poedit-1.7.5
apt-get install -y build-essential libwxgtk3.0-dev libicu-dev libgtkspell-dev libdb5.3++-dev liblucene++-dev libboost1.54-dev libboost-regex1.54-dev libboost-system1.54-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