Skip to content
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

Desktop_Interface build #238

Closed
dbsamithey opened this issue Mar 6, 2023 · 1 comment
Closed

Desktop_Interface build #238

dbsamithey opened this issue Mar 6, 2023 · 1 comment

Comments

@dbsamithey
Copy link

I think that these steps need to be taken to build the application on MacOSx

  • a qt5 version of qmake should be used (Qt5.15.8 worked for me)
  • 'macx: INCLUDEPATH += /usr/local/include' may need to be commented out in Labrador.pro to prevent the compiler from finding Qt6 code in /include
  • as a brute-force fix to the program not being able to find libdfuprog-0.9.dylib, it can be copied from /build_mac to /Labrador.app/Contents/MacOS
  • similarly, /waveforms from /Labrador.app can be copied to /Labrador.app/Contents/MacOS
@EspoTek
Copy link
Owner

EspoTek commented Mar 7, 2023

Thanks for that. I'll add it to the main page now.

See also the build script here:
https://github.com/EspoTek/Labrador/blob/master/.travis.yml

@EspoTek EspoTek closed this as completed Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants