collin80 / SavvyCAN

QT based cross platform canbus tool
MIT License
1k stars 278 forks source link

when i compile it in windows, with qt mingw32, it error? #270

Open xinsuinizhuan opened 3 years ago

xinsuinizhuan commented 3 years ago

g++: error: opengl32.lib: No such file or directory

collin80 commented 3 years ago

It sounds like you need to install the opengl support headers and libraries. I have never compiled SavvyCAN with mingw32 so I don't know how you might do that. In theory, there is no reason that mingw32 should not work once you install the dependencies. You might try looking up how to compile QT apps with mingw32 and see if anyone says how to install all the dependencies you need.