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

fruityloops1/boo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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