HoloLive2dChatbot
HoloLive2dChatbot copied to clipboard
openGL error in MacOS
There are some openGL errors when runing in Qt creator. Looks like there is something wrong when loading openGL.
OS: MacOS 13.3.1 Qt version: 6.5.0
What I did:
- Change CMAKE_PATH in src/Sample/build_components.sh, then run it.
- Install Qt creator and Xcode.
- Open .pro in Qt creator, then click Run button.
Errors
Hi, the errors are due to the missing of OpenGL. Currently the app can only be built in Windows with MSVC compiler (Linux installation will be added later). Win11 comes with OpenGL.
It would be grateful if you could help for MacOS development :D if I may request...