Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ A new original N64 game

## Building

Use [libdragon](https://github.com/DragonMinded/libdragon) to build the project. You should use the preview branch to get opengl (sha 1559f4a02828508bf31d6c63252f20d887f32be8)
Use [libdragon](https://github.com/DragonMinded/libdragon) to build the project.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is so since c52dbbf

```sh
git clone --recurse-submodules https://github.com/lambertjamesd/spellcraft
# or to init the submodule (after default clone)
git submodule update --init --recursive
# or to update the content of the submodules to the pinned libdragon sha
git submodule update --remote --recursive
```


You need to specify the location of blender 4.0.2 using en enviroment variable

Expand Down Expand Up @@ -101,4 +109,4 @@ Performance metric before kd tree

```
cmd /c mklink /D "C:\Users\YourUsername\.config\nvim" "\\wsl$\Ubuntu\home\username\.config\nvim"
```
```