diff --git a/lxqt/apps/pavucontrol-qt.xml b/lxqt/apps/pavucontrol-qt.xml
index b4ea247fcf..6dd2e5e24d 100644
--- a/lxqt/apps/pavucontrol-qt.xml
+++ b/lxqt/apps/pavucontrol-qt.xml
@@ -76,7 +76,14 @@
Required
and
-
+ , built with
+ support
+
+
+ Optional
+
+ (to download translation files) or
+ (to add localization files)
@@ -97,6 +104,7 @@ cd build &&
cmake -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DPULL_TRANSLATIONS=no \
.. &&
make
@@ -118,6 +126,17 @@ make
+
+ Command Explanations
+
+
+ -DPULL_TRANSLATIONS=no: Removes the need for
+ , which would otherwise be requested to download
+ the translation files.
+
+
+
+
Contents