Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 347 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 347 Bytes

Boo Editor

Boo Editor is a Level Editor for Super Mario Odyssey

Building

Linux

Clone the repository (recursively):
git clone https://github.com/fruityloops1/boo.git --recursive && cd boo
Make the build directory and enter it:
mkdir build && cd build
Run CMake:
cmake ..
Compile the Project:
make

Windows

TODO