Skip to content

minnyres/qbittorrent-windows-arm64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qbittorrent-windows-arm64

qBittorrent is a bittorrent client programmed in C++ / Qt that uses libtorrent. The goal of this repository is to build qBittorrent for Windows on ARM64 (WoA).

Please go to releases for the latest binary files.

How to build

Cross compile on Windows x64

This is the way we release qBittorrent for Windows on ARM64. A workflow file is written to automatically build with Github actions.

Native compile on Windows 11 ARM64

It is not difficult to build with MSYS2.

  1. Install MSYS2-64bit.
  2. Enable and open the Clang ARM64 environment in MSYS2, following msys2/MSYS2-packages#1787 (comment).
  3. Run the build script ./build.sh