-
Notifications
You must be signed in to change notification settings - Fork 1
Hydra Castle Labyrinth
Max Glenister edited this page Jun 12, 2019
·
1 revision
Install instructions based on these instructions

# Install dependencies
sudo apt install libsdl-dev libsdl-mixer1.2-dev cmake
# Make sure we have the Games directory
mkdir -p /home/chip/Games
cd /home/chip/Games
# Clone the hydracastlelabyrinth repo
git clone https://github.com/ptitSeb/hydracastlelabyrinth.git
# Ente the directory
cd hydracastlelabyrinth
# Built it
cmake .
make
