diff --git a/depends/README.md b/depends/README.md index a62c4e423b332..b17c2e6d9ad87 100644 --- a/depends/README.md +++ b/depends/README.md @@ -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