mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 18:29:18 -05:00
Updated Working on Windows (markdown)
@ -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).
|
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)
|
[](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:
|
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
|
### Build raylib using Notepad++ script
|
||||||
|
|||||||
Reference in New Issue
Block a user