mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Add '>' to the alerts to make them stand out when rendered on the GitHub wiki
@ -2,8 +2,9 @@
|
||||
|
||||
# Windows
|
||||
|
||||
[!NOTE]
|
||||
Make sure you install Raylib from the official release binaries which you can find [here](https://github.com/raysan5/raylib/releases), rather than building Raylib from source (should work without changes on Windows if you install Raylib mingw release).
|
||||
> [!NOTE]
|
||||
> Make sure you install Raylib from the official release binaries which you can find [here](https://github.com/raysan5/raylib/releases), rather
|
||||
> than building Raylib from source (should work without changes on Windows if you install Raylib mingw release).
|
||||
|
||||
### Step 0
|
||||
|
||||
@ -44,8 +45,8 @@ Clone [this repository](https://github.com/manuel5975p/raylib-cmake-template) an
|
||||
|
||||
Copy the VSCode folder (and all its contents) from raylib/projects/VSCode (from your installed directory) to your desired project location. These files can also be found [here](https://github.com/raysan5/raylib/tree/master/projects/VSCode).
|
||||
|
||||
[!NOTE]
|
||||
You can use the [Zip Tool](https://kinolien.github.io/gitzip/) to download only the VSCode folder as a zip.
|
||||
> [!NOTE]
|
||||
> You can use the [Zip Tool](https://kinolien.github.io/gitzip/) to download only the VSCode folder as a zip.
|
||||
|
||||
### Step 2
|
||||
|
||||
@ -70,8 +71,8 @@ If you are on Windows and use [Windows Terminal](https://docs.microsoft.com/en-u
|
||||
|
||||
To make it work, edit `launch.json` in the `.vscode` folder so that the `externalConsole` property is `true` instead of `false`.
|
||||
|
||||
[!IMPORTANT]
|
||||
You need to make this change **twice** i.e. you should see `"externalConsole": true,` in both configurations.
|
||||
> [!IMPORTANT]
|
||||
> You need to make this change **twice** i.e. you should see `"externalConsole": true,` in both configurations.
|
||||
|
||||
|
||||
### Step 3
|
||||
|
||||
Reference in New Issue
Block a user