mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-05 05:39:18 -05:00
Add '>' to the alerts to make them stand out when rendered on the GitHub wiki
@ -2,8 +2,9 @@
|
|||||||
|
|
||||||
# Windows
|
# Windows
|
||||||
|
|
||||||
[!NOTE]
|
> [!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).
|
> 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
|
### 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).
|
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]
|
> [!NOTE]
|
||||||
You can use the [Zip Tool](https://kinolien.github.io/gitzip/) to download only the VSCode folder as a zip.
|
> You can use the [Zip Tool](https://kinolien.github.io/gitzip/) to download only the VSCode folder as a zip.
|
||||||
|
|
||||||
### Step 2
|
### 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`.
|
To make it work, edit `launch.json` in the `.vscode` folder so that the `externalConsole` property is `true` instead of `false`.
|
||||||
|
|
||||||
[!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
You need to make this change **twice** i.e. you should see `"externalConsole": true,` in both configurations.
|
> You need to make this change **twice** i.e. you should see `"externalConsole": true,` in both configurations.
|
||||||
|
|
||||||
|
|
||||||
### Step 3
|
### Step 3
|
||||||
|
|||||||
Reference in New Issue
Block a user