Update README.md
This commit is contained in:
parent
f09d79e85e
commit
c4b65589c7
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -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).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue