Created
April 1, 2015 12:29
-
-
Save bancek/0318cb1f04a90fd4f8a3 to your computer and use it in GitHub Desktop.
Install Poedit 1.7.5 from source on Ubuntu 14.10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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