diff options
| author | Bloxxy <70494679+Bloxxel64@users.noreply.github.com> | 2025-06-28 12:23:35 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-28 11:23:35 -0600 |
| commit | 35a28cd9336dbc4b199b180c93c8246c0efdbf9e (patch) | |
| tree | c5e15bee06e2254c5ae63eda0ecd823ca5f81aa5 /docs | |
| parent | 784875d22b133f1e39208170ddd54c7ab0257eef (diff) | |
2 small tweaks to BUILDING.md (#391)
* guide a lost camera_junk.h back home
* A few BUILDING.md tweaks.
* Update BUILDING.md
* Update BUILDING.md
---------
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/BUILDING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/BUILDING.md b/docs/BUILDING.md index cb23ad60c..cfa1f9d0e 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -1,4 +1,4 @@ -# Building Starship +# Building SpagettiKart ## Windows @@ -139,6 +139,8 @@ cmake --build build-cmake # Now you can run the executable in ./build-cmake/Spaghettify # To develop the project open the repository in VSCode (or your preferred editor) + +# System wide freezes may be due to low memory, add "-j4" to the end of the build command to use four cores. ``` ### Generate a distributable |
