Ubuntu - allyusd/notebook GitHub Wiki
Ubuntu
install Qt5
sudo add-apt-repository -y ppa:beineri/opt-qt57-trusty
sudo apt-get update
sudo apt-get install -y qt-latest
. "/opt/qt57/bin/qt57-env.sh"
install latest gcc (NOT TEST)
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install -y gcc-6
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 60 --slave /usr/bin/g++ g++ /usr/bin/g++-6