Install gtk c++ on visual studio 2019 - windows 10

How to install gtk with visual studio c++ and windows 10?

2 Likes

The GTK website suggests using gvsbuild, which is a tool to download, build, and install GTK and its dependencies; it does not include gtkmm, but it should be possible to add it.

how to add gtkmm to gvsbuild?

You probably need to contact the project maintainers, or open an issue.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.