Created
September 1, 2015 12:23
-
-
Save egel/a791fdd443ad75602622 to your computer and use it in GitHub Desktop.
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
sudo apt-get install libffi-dev libssl-dev # for python | |
sudo pip install requests[security] | |
sudo apt-get install libgtkspell-dev libgtkspell0 | |
sudo apt-get install libdb6.0-* # berkley db | |
sudo apt-get install libboost-all-dev # boost lib c++ | |
# lucane plus plus lib | |
git clone https://github.com/luceneplusplus/LucenePlusPlus.git | |
mkdir LucenePlusPlus/build; cd LucenePlusPlus.build | |
cmake .. | |
make | |
sudo make install | |
sudo apt-key adv --fetch-keys http://repos.codelite.org/CodeLite.asc | |
sudo apt-add-repository 'deb http://repos.codelite.org/wx3.0.2/ubuntu/ trusty universe' | |
sudo apt-get update | |
sudo apt-get install libwxbase3.0-0-unofficial \ | |
libwxbase3.0-dev \ | |
libwxgtk3.0-0-unofficial \ | |
libwxgtk3.0-dev \ | |
wx3.0-headers \ | |
wx-common \ | |
libwxbase3.0-dbg \ | |
libwxgtk3.0-dbg \ | |
wx3.0-i18n \ | |
wx3.0-examples \ | |
wx3.0-doc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment