Build info
| Components | Version |
|---|---|
| Qbittorrent | 5.1.3 |
| Qt6 | 6.10.0 |
| Libtorrent | 2.0.11 |
| Boost | 1.89.0 |
| OpenSSL | 3.6.0 |
| zlib | 1.3.1.1 |
| revision | 0 |
Architecture and build info
Note
source files - workflows: qbt-workflow-files
These builds were created on Alpine linux using custom prebuilt musl toolchains for:
Docker containers
This project does not provider containers for these binaries. It provides a binary that other projects use to do that.
An example project thats provides a complete solution: https://hotio.dev/containers/qbittorrent/
- libtorrent versions
v1.2and2.0builds in a single container - Tracks build revisions for critical patches and dependency updates.
- wireguard vpn configuration - https://hotio.dev/containers/qbittorrent/#wireguard
| Crossarch | Alpine Cross build files | Arch config | Tuning |
|---|---|---|---|
| aarch64 | aarch64-linux-musl | armv8-a | --with-arch=armv8-a --with-abi=lp64 |
| armhf | arm-linux-musleabihf | armv6zk | --with-arch=armv6kz --with-tune=arm1176jzf-s --with-fpu=vfpv2 --with-float=hard --with-abi=aapcs-linux |
| armv7 | armv7l-linux-musleabihf | armv7-a | --with-arch=armv7-a --with-tune=generic-armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-abi=aapcs-linux --with-mode=thumb |
| riscv64 | riscv64-linux-musl | rv64gc | --with-arch=rv64gc --with-abi=lp64d --enable-autolink-libatomic |
| x86 | i686-linux-musl | i686 | --with-arch=pentium-m --with-fpmath=sse --with-tune=generic --enable-cld |
| x86_64 | x86_64-linux-musl | amd64 | N/A |