nightblade9 2024-01-07 23:53:42 +00:00 committed by GitHub
commit e2048d284f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -74,6 +74,13 @@ so formatting is done before your changes are submitted.
## Getting started ## Getting started
You need `scons` a C++ compiler to start.
- On most OSes, once you've installed Python, run `pip install scons` to install scons.
- You can install MinGW-64 using the setup instructions from [the VSCode C++ Getting Started page]([https://code.visualstudio.com/docs/cpp/config-mingw](https://code.visualstudio.com/docs/cpp/config-mingw#_installing-the-mingww64-toolchain)).
If you're on Windows, make sure you restart your shell/terminal/IDE after both installations.
It's a bit similar to what it was for 3.x but also a bit different. It's a bit similar to what it was for 3.x but also a bit different.
This new approach is much more akin to how core Godot modules are structured. This new approach is much more akin to how core Godot modules are structured.