Update README.md
This commit is contained in:
parent
7637a03441
commit
d9b04a8ac1
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||

|

|
||||||
## raylib-go
|
## raylib-go
|
||||||
[](https://github.com/gen2brain/raylib-go/actions)
|
[](https://github.com/gen2brain/raylib-go/actions)
|
||||||
[](https://godoc.org/github.com/gen2brain/raylib-go/raylib)
|
[](https://godoc.org/github.com/gen2brain/raylib-go/raylib)
|
||||||
|
@ -50,6 +50,9 @@ To remove console window, build with `-ldflags "-H=windowsgui"`.
|
||||||
|
|
||||||
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 or copy it into `C:\Windows\System32` for a system-wide installation.
|
Put the raylib.dll into the root folder of your project or copy it into `C:\Windows\System32` for a system-wide installation.
|
||||||
|
Disable CGO in Go enviroment
|
||||||
|
|
||||||
|
go env -w CGO_ENABLED=0
|
||||||
|
|
||||||
As of November 15, 2023, raylib 5.0 is the required version.
|
As of November 15, 2023, raylib 5.0 is the required version.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue