From bb302e9fccb03eb1024486386be7b858cac2fc26 Mon Sep 17 00:00:00 2001 From: bloeys Date: Sat, 22 Jan 2022 03:45:13 +0400 Subject: [PATCH] Add note about DLL --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cee3dae..679dd1c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ To run the project you need: * A C/C++ compiler installed and in your path * Windows: [MingW](https://www.mingw-w64.org/downloads/#mingw-builds) or similar * Mac/Linux: Should be installed by default, but if not try [GCC](https://gcc.gnu.org/) or [Clang](https://releases.llvm.org/download.html) +* Download the appropriate DLL for your version and put it in the root of your Go project Then simply clone and use `go run .`