From 966ab76a7a0849b42bed5354960b5698f6269697 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 25 Aug 2020 22:25:22 +1000 Subject: [PATCH] This guide won't work (or won't be easy to setup) if building Raylib from source --- Using-raylib-in-VSCode.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Using-raylib-in-VSCode.md b/Using-raylib-in-VSCode.md index 7a10e89..484183d 100644 --- a/Using-raylib-in-VSCode.md +++ b/Using-raylib-in-VSCode.md @@ -1,5 +1,7 @@ [_VSCode_](https://code.visualstudio.com/) is an excellent choice of code editor when it comes to raylib. Getting set up with a new VSCode project is easy. +Note: Make sure you install Raylib from the official release binaries rather than building Raylib from source (should work without changes on Windows if you install Raylib mingw release). + ### Step 1 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).