Skip to content

Redcrafter/Animal-Well-editor

Repository files navigation

Animal Well editor

Map editor for the Game Animal Well

editor

Building

Windows

git clone --recursive https://github.com/Redcrafter/Animal-Well-editor.git

mkdir build
cd build
cmake ../

Linux

sudo apt install libgtk2.0-dev
git clone --recursive https://github.com/Redcrafter/Animal-Well-editor.git

mkdir build
cd build
cmake ../
make