Update README.md
This commit is contained in:
parent
efaf005350
commit
072413410f
1 changed files with 8 additions and 6 deletions
|
@ -44,9 +44,11 @@ On macOS you need Xcode or Command Line Tools for Xcode.
|
||||||
Download the raylib.dll from the assets on the [releases page](https://github.com/raysan5/raylib/releases). It is contained in the `raylib-*_win64_msvc*.zip`.
|
Download the raylib.dll from the assets on the [releases page](https://github.com/raysan5/raylib/releases). It is contained in the `raylib-*_win64_msvc*.zip`.
|
||||||
Put the raylib.dll into the root folder of your project.
|
Put the raylib.dll into the root folder of your project.
|
||||||
|
|
||||||
|
It is also possible to put the dll into `C:\Windows\System32` for a system wide installation.
|
||||||
|
|
||||||
As of November 15, 2023, raylib 5.0 is the required version.
|
As of November 15, 2023, raylib 5.0 is the required version.
|
||||||
|
|
||||||
You can also build the dll yourself. You can find more in [raylib's wiki](https://github.com/raysan5/raylib/wiki/Working-on-Windows).
|
It is also possible build the dll yourself. You can find more infos at [raylib's wiki](https://github.com/raysan5/raylib/wiki/Working-on-Windows).
|
||||||
|
|
||||||
###### cgo
|
###### cgo
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue