luci-app-qbittorrent/README.md
sbwml 6776cbc689 qbittorrent_dynamic: update to latest version
* qBittorrent: 4.4.2
* qt6base: 6.2.4
* qt6tools: 6.2.4
* rblibtorrent: 2.0.6
2022-05-04 11:42:53 +08:00

15 lines
322 B
Markdown

qBittorrent - A BitTorrent client in Qt6
------------------------------------------
## How to build
Enter in your openwrt/package/ or other
### Openwrt official SnapShots
```shell
git clone https://github.com/sbwml/openwrt-qBittorrent
make menuconfig # choose LUCI -> Applications -> luci-app-qbittorrent
make V=s
```