Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 975 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 975 Bytes

Build Dependencies

  • Qt 5.5
  • (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 Qt
  • I use the Qt libraries 5.5.0 for Windows VS 2012.
  • Install WinSparkle
  • Clone the repository and build the library, for example with VS 2012. The precompiled releases are ancient.

Build Instructions

qmake
make

(Use nmake instead of make on Windows)

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.