Skip to content

Instantly share code, notes, and snippets.

@egel
Created September 1, 2015 12:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egel/a791fdd443ad75602622 to your computer and use it in GitHub Desktop.
Save egel/a791fdd443ad75602622 to your computer and use it in GitHub Desktop.
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