Skip to content

Commit

Permalink
depends, doc: List packages required to build qt package separately
Browse files Browse the repository at this point in the history
Additionally, the `cmake` has been removed from the required packages,
as it is no longer specific to depends.
  • Loading branch information
hebasto committed Nov 1, 2024
1 parent f07a533 commit 01cee55
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion depends/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ 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 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 pkg-config python3 xz-utils

#### For macOS cross compilation

Expand Down

0 comments on commit 01cee55

Please sign in to comment.