{"id":17348127,"url":"https://github.com/userdocs/qbittorrent-nox-crossbuild","last_synced_at":"2025-10-09T12:16:34.995Z","repository":{"id":107484279,"uuid":"425345105","full_name":"userdocs/qbittorrent-nox-crossbuild","owner":"userdocs","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-15T01:51:17.000Z","size":91,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T03:38:19.715Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/userdocs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-06T20:47:32.000Z","updated_at":"2025-08-30T17:31:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b0acb9e-fb89-43c4-a15b-0405e45359aa","html_url":"https://github.com/userdocs/qbittorrent-nox-crossbuild","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/userdocs/qbittorrent-nox-crossbuild","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userdocs%2Fqbittorrent-nox-crossbuild","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userdocs%2Fqbittorrent-nox-crossbuild/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userdocs%2Fqbittorrent-nox-crossbuild/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userdocs%2Fqbittorrent-nox-crossbuild/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/userdocs","download_url":"https://codeload.github.com/userdocs/qbittorrent-nox-crossbuild/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/userdocs%2Fqbittorrent-nox-crossbuild/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001448,"owners_count":26083078,"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-09T02:00:07.460Z","response_time":59,"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":[],"created_at":"2024-10-15T16:51:10.646Z","updated_at":"2025-10-09T12:16:34.979Z","avatar_url":"https://github.com/userdocs.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# qbittorrent-nox crossbuilds\n\nMultiarch crossbuilds to use with Debian based platforms.\n\nDeb packages are created and published as releases.\n\n[\u003cimg alt=\"Follow the white rabbit\" width=\"100px\" src=\"black-rabbit.png\" /\u003e](https://github.com/userdocs/qt6-crossbuild)\n[\u003cimg alt=\"Follow the white rabbit\" width=\"100px\" src=\"white-rabbit.png\" /\u003e](https://github.com/userdocs/qbittorrent-nox-crossbuild/releases/latest)\n\nThe crossbuilds are built as part of a chain of modular shared builds using current dependencies as a proof of concept.\n\n```bash\nzlib-ng \u003e openssl \u003e libtorrent \u003e qt6 \u003e qbittorrent-nox\nzlib-ng \u003e openssl \u003e libtorrent \u003e qt5 \u003e qbittorrent-nox\n```\n\nQt6 builds:\n\nSupported OS and arch : Debian Buster/Bullseye Ubuntu Bionic/Focal amd64 arm64 armhf\n\nDownload them using these commands:\n\n```bash\ncurl -sLO \"https://github.com/userdocs/zlib-ng-crossbuild/releases/latest/download/$(. /etc/os-release \u0026\u0026 printf '%s' \"$ID\")-$(. /etc/os-release \u0026\u0026 printf '%s' \"$VERSION_CODENAME\")-zlib-ng-$(dpkg --print-architecture).deb\"\ncurl -sLO \"https://github.com/userdocs/openssl-crossbuild/releases/latest/download/$(. /etc/os-release \u0026\u0026 printf '%s' \"$ID\")-$(. /etc/os-release \u0026\u0026 printf '%s' \"$VERSION_CODENAME\")-openssl-$(dpkg --print-architecture).deb\"\ncurl -sLO \"https://github.com/userdocs/libtorrent-crossbuild/releases/latest/download/$(. /etc/os-release \u0026\u0026 printf '%s' \"$ID\")-$(. /etc/os-release \u0026\u0026 printf '%s' \"$VERSION_CODENAME\")-libtorrent-$(dpkg --print-architecture).deb\"\ncurl -sLO \"https://github.com/userdocs/qt6-crossbuild/releases/latest/download/$(. /etc/os-release \u0026\u0026 printf '%s' \"$ID\")-$(. /etc/os-release \u0026\u0026 printf '%s' \"$VERSION_CODENAME\")-qt6-$(dpkg --print-architecture).deb\"\ncurl -sLO \"https://github.com/userdocs/qbittorrent-nox-crossbuild/releases/latest/download/$(. /etc/os-release \u0026\u0026 printf '%s' \"$ID\")-$(. /etc/os-release \u0026\u0026 printf '%s' \"$VERSION_CODENAME\")-qbittorrent-nox-$(dpkg --print-architecture).deb\"\n```\n\nQt 5 builds here as pre-release:\n\nDebian Buster/Bullseye Ubuntu Bionic/Focal - [4.3.9](https://github.com/userdocs/qbittorrent-nox-crossbuild/releases/tag/4.3.9)\n\nDebian Stretch - [4.3.2](https://github.com/userdocs/qbittorrent-nox-crossbuild/releases/tag/4.3.2)\n\nInstall a required system dependency.\n\n```bash\nsudo apt install libgeoip1 libicu[0-9]+$ libdouble-conversion[0-9]$\n```\n\nDebian Bullseye / Ubuntu Jammy only\n\n```bash\nsudo apt install libmd4c-html0\n```\n\nInstall the packages.\n\n```bash\nsudo dpkg -i \"$(. /etc/os-release \u0026\u0026 printf '%s' \"$ID\")-$(. /etc/os-release \u0026\u0026 printf '%s' \"$VERSION_CODENAME\")-zlib-ng-$(dpkg --print-architecture).deb\"\nsudo dpkg -i \"$(. /etc/os-release \u0026\u0026 printf '%s' \"$ID\")-$(. /etc/os-release \u0026\u0026 printf '%s' \"$VERSION_CODENAME\")-openssl-$(dpkg --print-architecture).deb\"\nsudo dpkg -i \"$(. /etc/os-release \u0026\u0026 printf '%s' \"$ID\")-$(. /etc/os-release \u0026\u0026 printf '%s' \"$VERSION_CODENAME\")-libtorrent-$(dpkg --print-architecture).deb\"\nsudo dpkg -i \"$(. /etc/os-release \u0026\u0026 printf '%s' \"$ID\")-$(. /etc/os-release \u0026\u0026 printf '%s' \"$VERSION_CODENAME\")-qt6-$(dpkg --print-architecture).deb\"\nsudo dpkg -i \"$(. /etc/os-release \u0026\u0026 printf '%s' \"$ID\")-$(. /etc/os-release \u0026\u0026 printf '%s' \"$VERSION_CODENAME\")-qbittorrent-nox-$(dpkg --print-architecture).deb\"\n```\n\nAdd the binary location to your path:\n\n```bash\nexport PATH=\"/opt/local/bin:$PATH\"\n```\n\nUpdate library paths\n\n```bash\nldconfig\n```\n\nRun the program:\n\n```bash\nqbittorrent-nox\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserdocs%2Fqbittorrent-nox-crossbuild","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuserdocs%2Fqbittorrent-nox-crossbuild","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuserdocs%2Fqbittorrent-nox-crossbuild/lists"}