diff --git a/Working-on-Windows.md b/Working-on-Windows.md index b5d58d7..ecdc8fe 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -45,12 +45,6 @@ The **raylib Windows Installer** comes with all the required tools to develop wi If you want, you can use a different code editor (e.g. Visual Studio) or another compiler. -[@rfaile313](https://github.com/rfaile313) has made a complete video tutorial for compiling raylib and setting up your first project that is IDE/Editor independent, meaning you can use any IDE or editor that you wish. - -You can watch the video here: - -[![compiling raylib on windows using c youtube video](https://blogrudyfaile.files.wordpress.com/2021/02/compiling-raylib-on-windows.jpg)](https://youtu.be/HPDLTQ4J_zQ) - *** The instructions below are focused on compiling raylib using Notepad++ as the editor and TCC or MinGW as the compiler: