mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Fix another LXQt dependency
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17959 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
045127f026
commit
728f67fcae
@ -76,7 +76,14 @@
|
||||
<bridgehead renderas="sect4">Required</bridgehead>
|
||||
<para role="required">
|
||||
<xref linkend="liblxqt"/> and
|
||||
<xref linkend="pulseaudio"/>
|
||||
<xref linkend="pulseaudio"/>, built with
|
||||
<xref linkend="glib2"/> support
|
||||
</para>
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="git"/> (to download translation files) or
|
||||
<xref linkend="lxqt-l10n"/> (to add localization files)
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
@ -97,6 +104,7 @@ cd build &&
|
||||
|
||||
cmake -DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DPULL_TRANSLATIONS=no \
|
||||
.. &&
|
||||
make</userinput></screen>
|
||||
|
||||
@ -118,6 +126,17 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para>
|
||||
<parameter>-DPULL_TRANSLATIONS=no</parameter>: Removes the need for
|
||||
<xref linkend="git"/>, which would otherwise be requested to download
|
||||
the translation files.
|
||||
</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user