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:
*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:
[](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: