Skip to content

Instantly share code, notes, and snippets.

@renanpalmeira
Forked from bancek/poedit_install.sh
Created December 9, 2016 12:00
Show Gist options
  • Save renanpalmeira/634c47cfdc01049ecf6d1c19d72bea4e to your computer and use it in GitHub Desktop.
Save renanpalmeira/634c47cfdc01049ecf6d1c19d72bea4e 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