None
EN
Build and run GTK 4 applications with Visual Studio
['Build', 'Run Gtk Applications With Visual Studio', 'Xavier Claessens']
Collabora Newsroom RSS Feed
The best stress test is to build projects on Windows, without msys2 , because it has no dependencies or tools installed (e.g. pkg-config). Install Git for Windows C:\src\gtk>meson setup build --prefix C:/gnome C:\src\gtk>meson compile -C build C:\src\gtk>meson install -C build