Backgammon written in C++ and the Qt toolkit
Generally only the following 4 prerequisites should be required (for building on *nix):
- CMake
- make
- C++ compiler
- Qt5 C++ bindings
For the following distributions, this means:
cmake make g++ qtbase5-dev
cmake make gcc qt5-base
The following should be sufficient to build the project (assuming the use of makefiles with CMake):
cmake .
make
Which should produce a binary called Kackgammon
in the root directory of the project
This project has been tested with
cmake version 3.17.3
GNU Make 4.3
g++ (GCC) 10.1.0
Qt version 5.15.0