From 85f651a3cd2852cefdf97d6648c18c3e18135012 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Thu, 9 Nov 2023 10:27:23 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e1ad690..bd0c921 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ On macOS you need Xcode or Command Line Tools for Xcode. 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 example](https://github.com/gen2brain/raylib-go/tree/master/examples/others/android/example).