diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ Quackle  ======= -[](http://travis-ci.org/quackle/quackle) [](https://ci.appveyor.com/project/jfultz/quackle/branch/master) +[](https://github.com/quackle/quackle/actions?query=workflow%3A%22CI+Builds%22+event%3Apush) Crossword game artificial intelligence and analysis tool. @@ -10,7 +10,7 @@ See LICENSE in this directory. Building Quackle: ----------------- -Quackle is built and tested with the latest releases of Qt 5.12 and 5.13. +Quackle runs automated GitHub CI builds on Qt 5.12 and 5.15, so it should work with any Qt version in that range. See README.MacOS and README.Windows for platform-specific instructions. Generally: Clone the repo or download the tarball and untar. Use qmake to build quackle.pro and quackleio/quackleio.pro: |