From a8f1cda2b05989accff31d7ab71ba1e3a3c1ad4c Mon Sep 17 00:00:00 2001 From: Clomclem <108699121+Clomclem@users.noreply.github.com> Date: Thu, 27 Jul 2023 11:10:20 -0400 Subject: [PATCH] Added small MSYS2 installation guide. --- Working-on-Windows.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index bcf3c63..303eddb 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -4,6 +4,14 @@ The fastest way to get a game setup on windows with MinGW or Visual Studio is to use premake. See [raylib-extras/game-premake](https://github.com/raylib-extras/game-premake) for instructions +#### Installing raylib via msys2 + +You can download and install raylib using the [msys2](https://www.msys2.org/) package manager (pacman): + + pacman -S mingw-w64-x86_64-raylib + +--- + #### Installing and building raylib via vcpkg You can download and install raylib using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: