Skip to content

Commit df7bb18

Browse files
committed
docs: add downloads and fastresume troubleshooting note
1 parent 0dd7063 commit df7bb18

1 file changed

Lines changed: 18 additions & 8 deletions

File tree

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
# qBittorrent Windows ARM64 Native
22

3-
Aim of this repository is to provide native ARM64 builds of qBittorrent, since creators of qBittorrent have currently [no intentions](https://github.com/qbittorrent/qBittorrent/discussions/23613#discussioncomment-15508814) to provide them themselves.
3+
The goal of this repository is to provide native Windows ARM64 builds of qBittorrent, because the qBittorrent project currently has [no plans](https://github.com/qbittorrent/qBittorrent/discussions/23613#discussioncomment-15508814) to publish official ARM64 binaries.
4+
5+
Builds are produced through:
6+
- native Windows ARM64 cross-compilation with MSVC toolchains on GitHub Actions
7+
- a single CI workflow: `.github/workflows/ci_windows_arm64_native.yaml`
48

5-
It is done through:
6-
- native Windows ARM64 build using MSVC cross tools on GitHub Actions
7-
- single CI workflow: `.github/workflows/ci_windows_arm64_native.yaml`
8-
arm64
99
## About and thank you
10-
This project was heavily influenced by [minnyres'](https://github.com/minnyres/qbittorrent-windows-arm64) project, but sadly he seems to not mantain his repository anymore.
10+
This project was heavily inspired by [minnyres' work](https://github.com/minnyres/qbittorrent-windows-arm64). Many thanks for the original effort and groundwork.
1111

1212

1313
## Latest build: v5.2.3
1414

15+
Downloads:
16+
- libtorrent 1.2 build: [qbittorrent_5.2.3_arm64.zip](https://github.com/vectorrilke/qbittorrent-windows-arm64-native/releases/latest/download/qbittorrent_5.2.3_arm64.zip)
17+
- libtorrent 2.0 build: [qbittorrent_5.2.3_lt20_arm64.zip](https://github.com/vectorrilke/qbittorrent-windows-arm64-native/releases/latest/download/qbittorrent_5.2.3_lt20_arm64.zip)
18+
1519
Component versions:
1620
- qBittorrent: `5.2.3`
17-
- libtorrent: `2.0.13`
18-
- Boost: `1.91.0`
21+
- libtorrent (lt12): `1.2.20+gitc5ff6c3186`
22+
- Boost (lt12): `1.86.0`
23+
- libtorrent (lt20): `2.0.13+gitda7a68a440`
24+
- Boost (lt20): `1.91.0`
1925
- Qt: `6.10.3`
26+
27+
Sidenote:
28+
If qBittorrent fails to start, or hangs while loading torrents on startup, try deleting `*.fastresume` files from `%LOCALAPPDATA%/qBittorrent/BT_Backup` and then resume your torrents manually.
29+
This removes restore metadata only and does not delete your actual downloaded torrent payload files.

0 commit comments

Comments
 (0)