From ef1948d3dccd8885b9db5422480c0ed3621f9c35 Mon Sep 17 00:00:00 2001 From: Nick Korotysh Date: Sat, 15 May 2021 00:40:04 +0300 Subject: [PATCH] do not duplicate the title --- Compilation:-macOS-(x86_64,-arm64,-cross-compilation).md | 3 --- 1 file changed, 3 deletions(-) diff --git a/Compilation:-macOS-(x86_64,-arm64,-cross-compilation).md b/Compilation:-macOS-(x86_64,-arm64,-cross-compilation).md index 927eae8..7ec1a42 100644 --- a/Compilation:-macOS-(x86_64,-arm64,-cross-compilation).md +++ b/Compilation:-macOS-(x86_64,-arm64,-cross-compilation).md @@ -1,6 +1,3 @@ -Compilation: macOS (x86_64, arm64, cross-compilation) -===================================================== - This guide covers qBittorrent compilation process for any supported Mac systems as of writing, i.e. following this guide you will be able to build as x86_64 (aka for Intel chip based Mac) so as arm64 (aka for Apple Silicon based Mac) binaries. Cross-compilation process is covered as well. Most of the steps are the same for all cases, required adjustments for a specific case are highlighted. Cross-compilation is possible (and was tested) in both directions, i.e. producing arm64 binaries on x86_64 host and vice versa. Universal (aka "fat") binaries are not supported due to a lot of technically difficult reasons of compiling required dependencies. Rosetta (or any other software allowing to run non-native binaries) is not required to produce binaries for other architecture, neither for running compiled qBittorrent.