mirror of
https://github.com/bloeys/assimp-go.git
synced 2025-12-29 08:28:20 +00:00
Add note about DLL
This commit is contained in:
@ -29,6 +29,7 @@ To run the project you need:
|
|||||||
* A C/C++ compiler installed and in your path
|
* A C/C++ compiler installed and in your path
|
||||||
* Windows: [MingW](https://www.mingw-w64.org/downloads/#mingw-builds) or similar
|
* 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)
|
* 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 .`
|
Then simply clone and use `go run .`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user