From 9f488fe39f4d6f32baaf4fc3b67acf06e68028b0 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 1 Nov 2021 11:51:33 +0100 Subject: [PATCH] Updated Working on Windows (markdown) --- Working-on-Windows.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/Working-on-Windows.md b/Working-on-Windows.md index 82c9e1a..35f9f3b 100644 --- a/Working-on-Windows.md +++ b/Working-on-Windows.md @@ -1,8 +1,28 @@ -## Compiling raylib +## Building raylib on Windows +#### Installing and building raylib via vcpkg +You can download and install raylib using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager: -### ⚠️ Important: to use raylib on Windows you must compile the raylib library itself first. + git clone https://github.com/Microsoft/vcpkg.git + cd vcpkg + ./bootstrap-vcpkg.sh + ./vcpkg integrate install + vcpkg install raylib + +*The raylib port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.* + +--- + +#### Installing and building raylib via conan + +You can download and install raylib using the [conan](https://conan.io) dependency manager: + + https://docs.conan.io/en/latest/getting_started.html + +*The raylib recipe in conan is kept up to date by conan team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the conan-center-index repository.* + +--- You can either compile the [current repository](https://github.com/raysan5/raylib) or download the [tcc version](https://github.com/raysan5/raylib/releases/download/3.5.0/raylib_installer_v350.tcc.exe). @@ -26,10 +46,8 @@ 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: ### Build raylib using Notepad++ script