From d18de9d8e105e5b1ef480d1da2781cfe69a8a323 Mon Sep 17 00:00:00 2001 From: Gabriele Galluzzo <91632522+thegalluzz@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:55:15 +0200 Subject: [PATCH] Wrote quickstart instead of quiuckstart --- Working-on-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index f47e504..84412ff 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -34,7 +34,7 @@ This guide should work across all platforms, but the example is demonstrated on 3. Compile the C (i.e., test.c) file using the following command: `zig cc -o test.exe test.c -I"C:\raylib\include" "C:\raylib\lib\libraylib.a" -lopengl32 -lgdi32 -lwinmm` ## Other methods -If you do not want to use the quiuckstart, you have several options +If you do not want to use the quickstart, you have several options ## Manual Setup with W64Devkit 1. Download `w64devkit-x.xx.x.zip` from https://github.com/skeeto/w64devkit