From 7637a03441bcd49ba34c519fdff44e38575d896f Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Fri, 17 Nov 2023 08:09:16 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b7cdd0..73f97d1 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ 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, i.e. CGO_ENABLED=0) 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.