Skip to content

leftoverspecs/andersons-auto-jokes

Repository files navigation

LICENSE

GGJ 2024

TODO: Describe game

Requirements

Build on GNU/Linux

Install the required dependencies with your system's package manager. Then call

$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .

Build on Windows

Download the prebuilt binaries and put them into a common folder. Then call

> mkdir build
> cd build
> cmake -DCMAKE_PREFIX_PATH=<common-folder> -DGLEW_ROOT=<glew-folder> ..
> cmake --build .