Updated Working on Windows (markdown)

master
Ray vor 3 Jahren
Ursprung
Commit
9f488fe39f
1 geänderte Dateien mit 22 neuen und 4 gelöschten Zeilen
  1. +22
    -4
      Working-on-Windows.md

+ 22
- 4
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

Laden…
Abbrechen
Speichern