Git Product home page Git Product logo

tripleytz's Introduction

tripleytz

An implementation of the classic game "Triple Yahtzee".

Game image

Building From Source

tripleytz requires the CMake build system, the Qt6 platform, and a C++17 compatible compiler. The project my be built either by loading the CMakeLists.txt file into QtCreator and building from there, or from the command line shell using CMake directly.

Linux and macOS

To build on Linux or macOS at the command line shell, start in the main project directory, create a build subdirectory, run cmake then run make:

$ mkdir build
$ cd build
build$ cmake -DCMAKE_PREFIX_PATH:PATH=<path-to-qt-config> ..
build$ make

Substitute <path-to-qt-config> with the path to your Qt CMake configurations. On my system it is ~/Qt/6.4.2/gcc_64.

Windows

To build on Windows, open a command prompt---cmd or PowerShell or whatever you use---starting in the main project directory, create a build subdirectory, then run CMake:

> mkdir build
build> cmake -DCMAKE_PREFIX_PATH:PATH=<path-to-qt-config> ..

Substitute <path-to-qt-config> with the path to your Qt CMake configurations. On my system it is C:\Qt\6.4.2\msvc2019_64.

cmake will create a Visual Studio solution file tripleytz.sln.

tripleytz's People

Contributors

jeffbi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.