-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need installation guide for macOS. #9
Comments
what output? LD_LIBRARY_PATH=/usr/local/opt/qt/lib ./button |
I set the LD_LIBRARY_PATH to the lib directory, but error still there. LD_LIBRARY_PATH=/Users/judy/Qt5.10.0/5.10.0/clang_64/lib ./goqt 2018/02/26 20:20:36 dl: dlopen(libQt5Core.dylib, 2): image not found {handle:{c:}} |
it's very different with linux than what i think. |
Any progress? |
add a simple install and CI auto tests, it's works fine
last, update qt.go repo to newest. |
BUMP. Any chance for a build for ARM64/ Mac M1 architecture. I havent been able to get the inline qt compiling at all on my machine (It explodes in flames when I try to make it after the cmake step) so a prebuilt binary would be appropriate. |
Can you please provide a installation guide for macOS?
I installed qt 5.10, download the prebuild libQt5Inline.dylib and put it to /usr/local/lib. But still cannot run the simple example code.
Error message says it cannot find lots of qt5 dylib files.
What do I miss?
The text was updated successfully, but these errors were encountered: