We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
qt
1 parent f07a533 commit 4747f03Copy full SHA for 4747f03
depends/README.md
@@ -41,11 +41,17 @@ The paths are automatically configured and no other options are needed.
41
42
#### Common
43
44
- apt install bison cmake curl make patch pkg-config python3 xz-utils
+ apt install cmake curl make patch
45
+
46
+#### GUI
47
48
+Skip the following packages if you don't intend to use the GUI and will build with [`NO_QT=1`](#dependency-options):
49
50
+ apt install bison g++ pkg-config python3 xz-utils
51
52
#### For macOS cross compilation
53
- apt install clang lld llvm g++ zip
54
+ apt install clang lld llvm zip
55
56
Clang 18 or later is required. You must also obtain the macOS SDK before
57
proceeding with a cross-compile. Under the depends directory, create a
0 commit comments