Skip to content

leftoverspecs/dragonfly-dance

Repository files navigation

Dragonfly Dance

Take part in the delicate dance between dragonflies and shivering shimmering bubbles.

gamestill

Clone

git clone --recurse-submodules git@github.com:leftoverspecs/dragonfly-dance.git

Build

GNU/Linux

Install the following (development) packages with the package manager of your choice:

  • SDL2
  • SDL2_image
  • SDL2_mixer
  • GLEW
  • CMake
  • Python3

Build the project using the following commands:

mkdir build && cd build
cmake ..
cmake --build .

Windows

Use the prefix package from here in order to get all the necessary third party packages. Install the following software:

  • CMake
  • Python3
  • Visual Studio C++ (Community Edition)

Build the project using the following commands:

mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=<Path to prefix package> ..
cmake --build .

In order to run the game you need to copy the following libraries next to the executable:

  • glew32.dll
  • SDL2.dll
  • SDL2_image.dll
  • SDL2_mixer.dll