- Install Qt5.5+ with your distribution package manager (apt, etc...)
You also need development packages for:
- pkg-config
- qt5-base
- qt5-x11extras
- mesa
- xcb
- xcb-icccm
on Ubuntu this should install all required development packages:
sudo apt-get install pkg-config build-essential qt5-default qtbase5-dev libqt5x11extras5-dev libxcb1-dev libxcb-icccm4-dev
qmake
make
The resulting binary can be found in the build
subfolder.
sudo make install
Default install prefix is /usr/local. You can change it by adding PREFIX argument to qmake command eg:
qmake PREFIX=/usr
Feel free to submit pull requests, suggest new ideas and discuss issues. Track-o-Bot is about simplicity and usability. Only features which benefit all users will be considered.
GNU Lesser General Public License (LGPL) Version 2.1.
See LICENSE.