forked from natinusala/borealis
-
Notifications
You must be signed in to change notification settings - Fork 23
Home
xfangfang edited this page Feb 19, 2025
·
3 revisions
Welcome to the borealis wiki!
- Your project must be built as C++17 (
-std=c++1z
). You also need to remove-fno-rtti
and-fno-exceptions
if you have them - Use a submodule (or even better, a subrepo) to clone this repository in your project
- Copy the
resources
folder to the root of your project
Or you can start a new project from the template