Library that will create a deck of cards and shuffle it.
Detailed example usage can be seen in example-01.c and aa-pokerhands
Commented types and functions in deckhandler.h
- meson (for the build system)
meson setup builddir
cd builddir
ninja
ninja test
To specify the installation directory (defaults to /usr/local) and install the program:
From *builddir*: `meson configure --prefix=
ninja install
To uninstall:
ninja uninstall