{"id":15720684,"url":"https://github.com/start-with-zero/simple-gtkmm-4-project","last_synced_at":"2026-05-17T00:04:06.369Z","repository":{"id":226333994,"uuid":"768409626","full_name":"start-with-zero/simple-gtkmm-4-project","owner":"start-with-zero","description":"The \"Hello world\" project from the official gtkmm help. Automatically copies dependencies, which allows you to distribute the application without MSYS2 (the feature is still raw).","archived":false,"fork":false,"pushed_at":"2024-03-15T07:49:34.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T08:42:48.883Z","etag":null,"topics":["gtk","gtk4","gtkmm","gtkmm4","msys2","template","visual-studio-code","vscode","windows"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/start-with-zero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-07T02:58:33.000Z","updated_at":"2024-11-29T05:56:00.000Z","dependencies_parsed_at":"2024-03-15T08:43:01.073Z","dependency_job_id":null,"html_url":"https://github.com/start-with-zero/simple-gtkmm-4-project","commit_stats":null,"previous_names":["start-with-zero/simple-gtkmm-4-project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/start-with-zero/simple-gtkmm-4-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/start-with-zero%2Fsimple-gtkmm-4-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/start-with-zero%2Fsimple-gtkmm-4-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/start-with-zero%2Fsimple-gtkmm-4-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/start-with-zero%2Fsimple-gtkmm-4-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/start-with-zero","download_url":"https://codeload.github.com/start-with-zero/simple-gtkmm-4-project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/start-with-zero%2Fsimple-gtkmm-4-project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010789,"owners_count":26084807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gtk","gtk4","gtkmm","gtkmm4","msys2","template","visual-studio-code","vscode","windows"],"created_at":"2024-10-03T21:59:49.474Z","updated_at":"2025-10-12T08:42:49.564Z","avatar_url":"https://github.com/start-with-zero.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A simple gtkmm 4.0 project with the ability to distribute without MSYS2\n## Links ##\n1. main.cpp taken from [link](https://gnome.pages.gitlab.gnome.org/gtkmm-documentation/chapter-basics.html#sec-basics-simple-example)\n2. The base template of CMakeLists.txt taken from [link](https://stackoverflow.com/a/68784465/22786079)\n3. Some things are taken from [link](https://github.com/tschoonj/GTK-for-Windows-Runtime-Environment-Installer)\n4. and [link](https://gist.github.com/RickBarretto/8c90ad46a88257b2062b17a8cbe65b86)\n## MSYS2 ##\nMSYS2 [link](https://www.msys2.org/) \u003cbr\u003e\nUpdate the packages: \u003cbr\u003e\n1. `pacman -Syu` (use it twice)\n\nYou need to install the following packages in MSYS2: \u003cbr\u003e\n\n2. `pacman -S mingw-w64-ucrt-x86_64-toolchain` (GCC, gdb, pkg-conf and etc.)\n3. `pacman -S mingw-w64-ucrt-x86_64-cmake` (CMake, ninja)\n4. `pacman -S mingw-w64-ucrt-x86_64-gtkmm-4.0` (gtkmm-4.0, GTK-4 and etc.)\n5. `pacman -S mingw-w64-ucrt-x86_64-ntldd` (ntldd)\n\nAdd `C:\\msys64\\ucrt64\\bin` to `%PATH%` \n## Visual Studio Code ##\nVisual Studio Code [link](https://code.visualstudio.com/) \u003cbr\u003e\nInstall the related plugins:\n1. C/C++ [link](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools)\n2. CMake Tools [link](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cmake-tools)\n3. CMake Language Support [link](https://marketplace.visualstudio.com/items?itemName=josetr.cmake-language-support-vscode)\n\nOr just install:\n\n1. C/C++ Extension Pack [link](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-extension-pack)\n## Project ##\nDownload this repository, open the directory in VSCode and try to build.\n## Notes ##\nThe `copy_dependencies.bat` copies everything necessary for the offline working of the application without MSYS2 (it may need to be improved). To call the help, run `.bat` without parameters.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstart-with-zero%2Fsimple-gtkmm-4-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstart-with-zero%2Fsimple-gtkmm-4-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstart-with-zero%2Fsimple-gtkmm-4-project/lists"}