mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
Fix audacious plugins for libxml-2.12.x
Also fix command explananations
This commit is contained in:
parent
493ec31a2a
commit
69c97c04a8
@ -212,6 +212,9 @@ ninja</userinput></screen>
|
|||||||
<screen><userinput>tar -xf ../../audacious-plugins-&audacious-plugins-version;.tar.bz2 &&
|
<screen><userinput>tar -xf ../../audacious-plugins-&audacious-plugins-version;.tar.bz2 &&
|
||||||
cd audacious-plugins-&audacious-plugins-version; &&
|
cd audacious-plugins-&audacious-plugins-version; &&
|
||||||
|
|
||||||
|
sed -e '/libxml/a #include <libxml/parser.h>' \
|
||||||
|
-i src/scrobbler2/scrobbler.h &&
|
||||||
|
|
||||||
mkdir build &&
|
mkdir build &&
|
||||||
cd build &&
|
cd build &&
|
||||||
|
|
||||||
@ -241,12 +244,23 @@ ninja</userinput></screen>
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<option>-Dgtk3=true</option>: This options sets the default graphical
|
<parameter>-Dgtk3=true</parameter>: This option sets the default
|
||||||
user interface.
|
graphical user interface.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<option>-Dvalgrind=true</option>: The option enables Valgrind analysis support.
|
<parameter>-Dlibarchive=true</parameter>: This adds libarchive support,
|
||||||
|
for reading compressed module sets or skins.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<command>sed -e '/libxml/a ...'</command>: This fixes building against
|
||||||
|
libxml-2.12.x.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
<option>-Dvalgrind=true</option>: The option enables Valgrind analysis
|
||||||
|
support.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Loading…
Reference in New Issue
Block a user