Skip to content

Commit c2a6930

Browse files
committed
Improve documentation about Arch Linux specific presets
1 parent dcd4ea5 commit c2a6930

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,17 @@ After invoking the configuration via the command-line, you can also open the pro
196196
it as an existing build (instead of adding a new build configuration).
197197

198198
##### Remarks about special presets
199-
The presets starting with `arch-` are for use under Arch Linux. Do *not* use them unless you know what you
200-
are doing. When creating a normal build under Arch Linux it is recommended to still use e.g. `devel-qt6`.
199+
The presets starting with `arch-` are for use under Arch Linux (or an Arch Linux container). Do *not* use them
200+
unless you know what you are doing. When creating a normal build under Arch Linux it is recommended to still
201+
use e.g. `devel-qt6`.
202+
203+
Use the preset `arch-android` to cross-compile for Android using `android-*` packages (see next section for
204+
details).
205+
206+
Use the presets starting with `arch-*-w64-mingw32` to cross-compile for Windows (i686/x86_64) using
207+
`mingw-w64` packages. Use the presets starting with `arch-mingw-w64-clang` to cross compile for Windows
208+
(aarch64) using `mingw-w64-clang-aarch64` packages.
201209

202-
Use the presets starting with `arch-*-w64-mingw32` to cross-compile for Windows using `mingw-w64` packages.
203210
Use the presets starting with `arch-static-compat-devel` to create a self-contained executable that is also
204211
usable under older GNU/Linux distributions using `static-compat` packages (see
205212
[PKGBUILDs](https://github.com/Martchus/PKGBUILDs#static-gnulinux-libraries) for details about it).

0 commit comments

Comments
 (0)