Update README.md

This commit is contained in:
Milan Nikolic 2023-11-16 17:42:19 +01:00
parent f09d79e85e
commit c4b65589c7
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -39,6 +39,13 @@ On macOS you need Xcode or Command Line Tools for Xcode.
##### Windows ##### Windows
###### cgo
On Windows you need C compiler, like [Mingw-w64](https://mingw-w64.org) or [TDM-GCC](http://tdm-gcc.tdragon.net/).
You can also build binary in [MSYS2](https://msys2.github.io/) shell.
To remove console window, build with `-ldflags "-H=windowsgui"`.
###### purego (without cgo) ###### purego (without cgo)
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`.
@ -48,13 +55,6 @@ As of November 15, 2023, raylib 5.0 is the required version.
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). 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
On Windows you need C compiler, like [Mingw-w64](https://mingw-w64.org) or [TDM-GCC](http://tdm-gcc.tdragon.net/).
You can also build binary in [MSYS2](https://msys2.github.io/) shell.
To remove console window, build with `-ldflags "-H=windowsgui"`.
##### Android ##### Android
[Android example](https://github.com/gen2brain/raylib-go/tree/master/examples/others/android/example). [Android example](https://github.com/gen2brain/raylib-go/tree/master/examples/others/android/example).