From b969917a6becbb223b2127b62772e5dfd879577c Mon Sep 17 00:00:00 2001 From: Lucas Fernando Cardoso Nunes Date: Sat, 28 Mar 2026 22:44:51 -0300 Subject: [PATCH 1/2] docs: update README with submodule instructions Added instructions for cloning the repository and setting up submodules. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 279e5379..1d4f95fd 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,14 @@ 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) +```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 @@ -101,4 +109,4 @@ Performance metric before kd tree ``` cmd /c mklink /D "C:\Users\YourUsername\.config\nvim" "\\wsl$\Ubuntu\home\username\.config\nvim" -``` \ No newline at end of file +``` From c2bd88e9b9b40431ffb9ef832a8767688548cfc4 Mon Sep 17 00:00:00 2001 From: Lucas Fernando Cardoso Nunes Date: Sat, 28 Mar 2026 23:19:08 -0300 Subject: [PATCH 2/2] Remove old out-of-date sha Projects is on DragonMinded/libdragon@0b2226c --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d4f95fd..d81c9e18 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 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. ```sh git clone --recurse-submodules https://github.com/lambertjamesd/spellcraft # or to init the submodule (after default clone)