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

macOS CI #806

Merged
merged 4 commits into from
Feb 4, 2021
Merged

macOS CI #806

merged 4 commits into from
Feb 4, 2021

Conversation

dpogue
Copy link
Member

@dpogue dpogue commented Feb 4, 2021

I hate how it formats the diff here 🙃

@zrax
Copy link
Member

zrax commented Feb 4, 2021

-- The following OPTIONAL packages have not been found:

 * Speex, Free and open audio codec specifically designed for speech, <http://www.speex.org/>
   Required for legacy in-game voice chat in the client
 * Qt5, Cross-platform GUI framework for C++, <http://www.qt.io/>
   Required for building GUI tools for Plasma

It seems despite installing qt5, the build doesn't find it...

@dpogue
Copy link
Member Author

dpogue commented Feb 4, 2021

Looks like trying to use the PKG_CONFIG_PATH envvar didn't work either. One option is probably to brew link --force qt5, but it specifically calls out that it doesn't play nice with CMake 😕

@zrax
Copy link
Member

zrax commented Feb 4, 2021

Where does homebrew install it? You could just add that to the CMAKE_PREFIX_PATH...

@dpogue
Copy link
Member Author

dpogue commented Feb 4, 2021

Thanks Zrax, CMAKE_PREFIX_PATH seems to work :)

@zrax zrax merged commit c97e470 into H-uru:master Feb 4, 2021
@dpogue dpogue deleted the mac-ci branch February 11, 2021 04:28
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

Successfully merging this pull request may close these issues.

None yet

3 participants