Skip to content

tomwaitforitmy/track-o-bot

This branch is 13 commits behind stevschmid/track-o-bot:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 30, 2016
May 4, 2016
Sep 3, 2015
Mar 28, 2017
Aug 7, 2014
Aug 14, 2015
Dec 26, 2016
May 15, 2014
Mar 28, 2017
Apr 27, 2016
Aug 7, 2014
Mar 7, 2017

Repository files navigation

Build Dependencies

  • Qt 5.7
  • Ruby (any stable version)
  • (OS X) Sparkle
  • (Windows) WinSparkle

Mac OS X

brew install qt5
brew link qt5 --force
  • Install Sparkle
  • Move Sparkle.framework to /Library/Frameworks.

Windows

  • Install Ruby
  • Install Qt
  • I use the Qt libraries for Windows VS 2013. Make sure to choose 32 bit under Windows.
  • Install WinSparkle
  • Clone the repository and build the library, for example with VS 2013. The precompiled releases are ancient. Make sure to build 32 bit.

Build Instructions

Mac OS X

qmake
make

Windows

  • Add Qt, VS 2013 and WinSparkle to your system path.
  • Initialize the environment variables:
  • call qtenv2.bat (default location: ..\Qt\5.5\msvc2013\bin\qtenv2.bat)
  • call vcvarsall.bat (default location: ..\VS2013\VC\vcvarsall.bat)
qmake
nmake

The resulting binary can be found in the build subfolder.

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.

About

The friendly Hearthstone Tracker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.3%
  • QMake 3.1%
  • Objective-C++ 1.5%
  • C 0.1%