mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
Fix glib2 instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19965 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
4509c95657
commit
7333fc0395
@ -74,12 +74,12 @@
|
||||
|
||||
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
|
||||
<itemizedlist spacing="compact">
|
||||
<listitem>
|
||||
<!--<listitem>
|
||||
<para>
|
||||
Required patch:
|
||||
<ulink url="&patch-root;/glib-&glib2-version;-meson_fixes-1.patch"/>
|
||||
</para>
|
||||
</listitem>
|
||||
</listitem>-->
|
||||
<listitem>
|
||||
<para>
|
||||
Optional patch:
|
||||
@ -190,12 +190,14 @@ fi</screen>-->
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../glib-&glib2-version;-meson_fixes-1.patch &&
|
||||
|
||||
mkdir build-glib &&
|
||||
<screen><userinput>mkdir build-glib &&
|
||||
cd build-glib &&
|
||||
|
||||
meson --prefix=/usr -Dwith-pcre=system -Dwith-docs=no .. &&
|
||||
meson --prefix=/usr \
|
||||
-Dwith-pcre=system \
|
||||
-Dwith-docs=no \
|
||||
-Dselinux=false \
|
||||
.. &&
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user