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

CMAKE requires gtk+-3.0 #275

Open
gekrap opened this issue Mar 28, 2023 · 2 comments
Open

CMAKE requires gtk+-3.0 #275

gekrap opened this issue Mar 28, 2023 · 2 comments

Comments

@gekrap
Copy link

gekrap commented Mar 28, 2023

cmake fails for me with the following error:

--   No package 'gtk+-3.0' found
CMake Error at /opt/local/share/cmake-3.24/Modules/FindPkgConfig.cmake:607 (message):
  A required package was not found

The need for this package is not documented, plus on my machine (MacOS 13.0.1) I fail to install it in a way that cmakes can find it (homebrew has gtk+3, but that doesn't help)

@vincent-richard
Copy link
Member

GTK+ is required only if you are willing to build the samples (in the "examples" directory), and actually only for the "viewer" example, in the "examples/viewer" directory. Just set VMIME_BUILD_SAMPLES to OFF.

@gekrap
Copy link
Author

gekrap commented Mar 28, 2023

Then this should be documented in the reference install manual. (seems to be README.autotools)

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