diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-11-04 11:07:25 +0000 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-11-04 11:22:33 +0000 |
commit | 4747f030956d6876ec7cef4e2500a8579bc82146 (patch) | |
tree | ceb862f3fce107996a7188f969eb3318a5cba42a | |
parent | f07a533dfcb172321972e5afb3b38a4bd24edb87 (diff) |
depends, doc: List packages required to build `qt` package separately
-rw-r--r-- | depends/README.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/depends/README.md b/depends/README.md index a62c4e423b..5ecf16e3c4 100644 --- a/depends/README.md +++ b/depends/README.md @@ -41,11 +41,17 @@ The paths are automatically configured and no other options are needed. #### 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 - 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 proceeding with a cross-compile. Under the depends directory, create a |