BOSSoNe0013 / track-o-bot

The friendly Hearthstone Tracker (Linux port)
https://trackobot.com
GNU Lesser General Public License v2.1
39 stars 6 forks source link
hearthstone linux statistics utility

Track-o-Bot GNU/Linux port

Build Dependencies

You also need development packages for:

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

Build Instructions

qmake
make

The resulting binary can be found in the build subfolder.

Install Instructions

sudo make install

Default install prefix is /usr/local. You can change it by adding PREFIX argument to qmake command eg:

qmake PREFIX=/usr

Contributing

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.

License

GNU Lesser General Public License (LGPL) Version 2.1.

See LICENSE.