depends, doc: List packages required to build qt package separately

This commit is contained in:
Hennadii Stepanov 2024-11-04 11:07:25 +00:00
parent f07a533dfc
commit 4747f03095
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -41,11 +41,17 @@ The paths are automatically configured and no other options are needed.
#### Common #### Common
apt install bison cmake curl make patch pkg-config python3 xz-utils apt install cmake curl make patch
#### GUI
Skip the following packages if you don't intend to use the GUI and will build with [`NO_QT=1`](#dependency-options):
apt install bison g++ pkg-config python3 xz-utils
#### For macOS cross compilation #### For macOS cross compilation
apt install clang lld llvm g++ zip apt install clang lld llvm zip
Clang 18 or later is required. You must also obtain the macOS SDK before Clang 18 or later is required. You must also obtain the macOS SDK before
proceeding with a cross-compile. Under the depends directory, create a proceeding with a cross-compile. Under the depends directory, create a