Created
June 7, 2017 15:53
-
-
Save Gordondalos/88878d7b70ba3f5f179f8ac114ed4056 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 -s | |
aptitude search boost | |
aptitude install libboost-all-dev | |
aptitude install libboost-all-dev:i386 | |
aptitude search wxWidgets | |
aptitude search libwxbase3 | |
aptitude search libicu | |
aptitude search LucenePlusPlus | |
aptitude install libboost-date-time-dev | |
aptitude install libboost-filesystem-dev | |
aptitude install libboost-regex-dev | |
aptitude | |
aptitude install libboost-iostreams-dev | |
cd build | |
ls | |
mkdir build; cd build | |
cmake .. | |
sudo apt install cmake | |
cmake .. | |
make | |
sudo -s | |
aptitude update | |
aptitude upgrade | |
aptitude install build-essential | |
apt-get install linux-headers-$(uname -r) | |
wget https://github.com/vslavik/poedit/releases/download/v2.0.2-oss/poedit-2.0.2.tar.gz | |
ls | |
tar -xf poedit-2.0.2.tar.gz | |
ls | |
cd poedit-2.0.2/ | |
ls | |
puma README | |
xed README | |
./configure | |
find / -iname 'boost' | |
aptitude search boost | |
sudo apt-get install libboost-all-dev | |
sudo apt-get update | |
sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev | |
./bootstrap.sh --prefix=/usr/local | |
./b2 | |
sudo ./b2 install | |
./configure | |
aptitude search libwxbase3 | |
./configure | |
sudo apt-add-repository 'deb http://repos.codelite.org/wx3.0.3/ubuntu/ xenial 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 | |
./configure | |
sudo apt-get install libgtkspell-dev | |
sudo apt-get install libgtkspell-dev python-gtkspellcheck | |
./configure | |
sudo apt-get install libclucene-dev python-lucene | |
./configure |
This file contains hidden or 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 -s | |
aptitude search boost | |
aptitude install libboost-all-dev | |
aptitude install libboost-all-dev:i386 | |
aptitude search wxWidgets | |
aptitude search libwxbase3 | |
aptitude search libicu | |
aptitude search LucenePlusPlus | |
aptitude install libboost-date-time-dev | |
aptitude install libboost-filesystem-dev | |
aptitude install libboost-regex-dev | |
aptitude | |
aptitude install libboost-iostreams-dev | |
cd build | |
ls | |
mkdir build; cd build | |
cmake .. | |
sudo apt install cmake | |
cmake .. | |
make | |
sudo -s | |
aptitude update | |
aptitude upgrade | |
aptitude install build-essential | |
apt-get install linux-headers-$(uname -r) | |
wget https://github.com/vslavik/poedit/releases/download/v2.0.2-oss/poedit-2.0.2.tar.gz | |
ls | |
tar -xf poedit-2.0.2.tar.gz | |
ls | |
cd poedit-2.0.2/ | |
ls | |
puma README | |
xed README | |
./configure | |
find / -iname 'boost' | |
aptitude search boost | |
sudo apt-get install libboost-all-dev | |
sudo apt-get update | |
sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev libboost-all-dev | |
./bootstrap.sh --prefix=/usr/local | |
./b2 | |
sudo ./b2 install | |
./configure | |
aptitude search libwxbase3 | |
./configure | |
sudo apt-add-repository 'deb http://repos.codelite.org/wx3.0.3/ubuntu/ xenial 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 | |
./configure | |
sudo apt-get install libgtkspell-dev | |
sudo apt-get install libgtkspell-dev python-gtkspellcheck | |
./configure | |
sudo apt-get install libclucene-dev python-lucene | |
./configure |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment