sudo apt-get install git cmake build-essential
sudo apt-get install mesa-common-dev libxml2-dev libxslt1-dev
sudo apt-get install bc libncurses5-dev
sudo apt-get install libgstreamer-plugins-base0.10
wget http://download.qt.io/official_releases/online_installers/qt-unified-linux-x64-online.run
wget http://download.qt.io/official_releases/qt/5.6/5.6.0/qt-opensource-linux-x64-5.6.0.run
wget http://sourceforge.net/projects/boost/files/boost/1.59.0/boost_1_59_0.tar.bz2/download
mv download boost_1_59_0.tar.bz2
wget http://sourceforge.net/projects/qwt/files/latest/download?source=files
sudo apt-get install linux-headers-$(uname -r)
Follow steps below; The installation of RDKit (chemistry engine) and TAO (CORBA library) is optional.
git clone git://github.com/qtplatz/qtplatz.git cd qtplatz ./bootstrap.sh cd ../build/qtplatz-x86_64.release; make -j4
bootstrap.sh create build directory in ../build/qtplatz-$arch.(release|debug) by using cmake
cd /usr/lib/arm-linux-gnueabihf/qt5/bin ln -s /usr/lib/x86_64-linux-gnu/qt5/bin/moc . ln -s /usr/lib/x86_64-linux-gnu/qt5/bin/rcc . ln -s /usr/lib/x86_64-linux-gnu/qt5/bin/uic .