This project is a work in progress level editor for the Sly Cooper games.
Cane supports building on Windows and Linux.
Prerequisites:
- cmake
- git
Install Packages and Init Repository
Install Git for Windows from here (git-scm.com)
Install CMake for Windows from here (cmake.org)
- Open Powershell or cmd in the directory you want your cane folder to be.
- Run the following commands:
git clone --recurse-submodules https://github.com/detolly/cane.git
cd cane
Compile
mkdir build && cd build && cmake .. && cmake --build . --config Release
Run
Run cane.exe
Install Packages and Init Repository
sudo apt-get install cmake git build-essential
git clone --recurse-submodules https://github.com/detolly/cane.git
cd cane
Compile
mkdir build && cd build && cmake .. && cmake --build --config Release
Run
./cane
Install Packages and Init Repository
pacman -S cmake git base-devel
git clone --recurse-submodules https://github.com/detolly/cane.git
cd cane
Compile
mkdir build && cd build && cmake .. && cmake --build . --config Release
Run
./cane