From 4fe7e9884ea2552a53e87844efb9436a6af96139 Mon Sep 17 00:00:00 2001 From: gtrxAC <59177874+gtrxAC@users.noreply.github.com> Date: Sat, 10 Dec 2022 15:15:49 +0200 Subject: [PATCH] Remove tutorial video with outdated info --- Working-on-Windows.md | 6 ------ 1 file changed, 6 deletions(-) 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: