{"id":14982650,"url":"https://github.com/engnr/qt-downloader","last_synced_at":"2025-10-06T19:25:21.201Z","repository":{"id":44699861,"uuid":"203784610","full_name":"engnr/qt-downloader","owner":"engnr","description":"CLI to download Qt on headless systems","archived":false,"fork":false,"pushed_at":"2023-07-25T07:19:57.000Z","size":51,"stargazers_count":46,"open_issues_count":3,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-09-29T07:42:08.746Z","etag":null,"topics":["cli","downloader","headless","qt","qt5","qt6"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/engnr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2019-08-22T11:51:20.000Z","updated_at":"2024-06-16T14:05:34.000Z","dependencies_parsed_at":"2024-09-24T10:02:14.843Z","dependency_job_id":null,"html_url":"https://github.com/engnr/qt-downloader","commit_stats":{"total_commits":57,"total_committers":7,"mean_commits":8.142857142857142,"dds":"0.17543859649122806","last_synced_commit":"b320661e9b48a8327d0cc906f654075c98b050d3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engnr%2Fqt-downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engnr%2Fqt-downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engnr%2Fqt-downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/engnr%2Fqt-downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/engnr","download_url":"https://codeload.github.com/engnr/qt-downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219857515,"owners_count":16556061,"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","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":["cli","downloader","headless","qt","qt5","qt6"],"created_at":"2024-09-24T14:05:48.490Z","updated_at":"2025-10-06T19:25:21.106Z","avatar_url":"https://github.com/engnr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qt-downloader\nCLI to download Qt on headless systems\n\n# Preparation\n\n## Ubuntu\n\n```bash\nsudo apt update\nsudo apt install python3-pip\nsudo pip3 install pipenv\n```\n\n## macOS\n\n```\nbrew install python3\npip3 install pipenv\n```\n\n## Common\n\n```\npipenv install\n```\n\n# Usage\n\n**Note**. Either enter `pipenv shell` and run commands as is or prepend them with `pipenv run` every time.\n\nStart by reading the help: `./qt-downloader --help`\n\nA basic usage pattern is `./qt-downloader [os] [target] [version] [toolchain]`\n\nArguments are designed to be provided from left to right, so that one can discover\nreasonable values step by step. Feeling doubtful about what to type? Don't bother typing.\nFire a command as is, and allowed values for the first yet to be specified argument are to be\nhanded to you after a while.\n\nHere's an example:\n```\n$ ./qt-downloader\nDiscovering available OS types... Done\n  Choose from: linux, linux_x86, macos, windows\n\n$ ./qt-downloader macos\nOS type: macos\nDiscovering available targets... Done\n  Choose from: android, desktop, ios\n```\n\nAt any step, one might add option `--all` and all yet to be specified arguments are to be\ndiscovered in one go. This way, discovering of all the arguments at the very beginning is\npossible too: `./qt-downloader --all`. *Bear in mind, though, that this operation lasts for\nabout half a minute and provides lengthy output.*\n\nQt kit lands into a folder with a name equal to the requested version. The kit is made\nrelocatable by generating the `qt.conf` file with the appropriate contents. If the `qt.conf`\nfile exists, then it is not touched.\n\nNeed an Open Source version of Qt? Pass option `--opensource` and the Open Source license will\nbe accepted.\n\nAll essential modules of Qt are downloaded by default. Installation of a required subset of\nessential modules is supported as well. See option `--module`.\n\nAdd-on modules are not downloaded by default. One has to list desired add-ons explicitly by\nmeans of the option `--addon`. On Windows, adding `debug_info` to the list of addons installs\nthe debug files for the essential modules as well as the selected addons.\n\nMirrors of official servers are supported by the option `--server`.\n\n**Warning**. All inter-modules dependencies have to be resolved manually.\n\n## Additional tools shipped with Qt\n\nQt ships a few tools as complementary packages. The current list of supported tools is as follows:\n- OpenSSL, see option `--openssl`\n- MinGW, see option `--mingw`\n- QtCreator, see option `--creator`\n\nThe appropriate version of a tool is inferred automatically when possible.\n\nAdditional tools land into the `Tools` folder by the side of the Qt itself. The only exception\nto this rule is the QtCreator for macOS: it is installed to the root of the output directory.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengnr%2Fqt-downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fengnr%2Fqt-downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fengnr%2Fqt-downloader/lists"}