learn-opengl-golang icon indicating copy to clipboard operation
learn-opengl-golang copied to clipboard

Windows OS Setup

Open dericatienza opened this issue 7 years ago • 1 comments

Hi,

I'm trying to run the project on a Windows 10 Pro OS. I have already pulled everything and installed pkg-config and assimp(through the Windows installer). However, whenever I run the project I get the errors below.

capture

I am able to run the examples on https://github.com/go-gl/example without any issue.

I know this project was only tested on an OS X but is there a chance you can point me to the right direction to get it running on Windows?

dericatienza avatar Jan 19 '18 07:01 dericatienza

hi @dericatienza apologies for not responding earlier I havent tried to set this up on Windows, but you probably need to look at the CGO directives here https://github.com/raedatoui/assimp/commit/5f65f4e528fba238c8a8a05c000a086a15f21b60 I changed those to work on macOS. You need to install assimp first

raedatoui avatar Dec 16 '18 15:12 raedatoui