Add note about DLL

This commit is contained in:
bloeys
2022-01-22 03:45:13 +04:00
parent d583049090
commit bb302e9fcc

View File

@ -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 .`