mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 14:32:13 +08:00
libglvnd: Build typo.
This commit is contained in:
parent
fb054e2be8
commit
266af72f32
@ -42,6 +42,9 @@
|
||||
<listitem>
|
||||
<para>July 13th, 2024</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - libglvnd: Build typo.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[Zeckmathederg] - Xwayland-24.1.0 -> *-24.1.1.</para>
|
||||
</listitem>
|
||||
|
@ -88,10 +88,7 @@ ninja</userinput></screen>
|
||||
Install lib32-libglvnd by running the following commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>mkdir build &&
|
||||
cd build
|
||||
|
||||
CC="gcc -m32" CXX="g++ -m32" \
|
||||
<screen><userinput>CC="gcc -m32" CXX="g++ -m32" \
|
||||
PKG_CONFIG_PATH=/usr/lib32/pkgconfig \
|
||||
meson setup .. --prefix=/usr \
|
||||
--libdir=/usr/lib32
|
||||
|
Loading…
Reference in New Issue
Block a user