mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 09:42:12 +08:00
Fix gst10-plugins-base test/install instructions
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21515 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e0ea073e71
commit
0608a6c43e
@ -140,7 +140,7 @@ meson --prefix=/usr \
|
||||
ninja</userinput></screen>
|
||||
|
||||
<para>
|
||||
To test the results, issue: <command>make check</command>. The tests
|
||||
To test the results, issue: <command>ninja test</command>. The tests
|
||||
require an X terminal running, or all of the GL tests will fail.
|
||||
</para>
|
||||
|
||||
@ -158,7 +158,7 @@ ninja</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>make install</userinput></screen>
|
||||
<screen role="root"><userinput>ninja install</userinput></screen>
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
Loading…
Reference in New Issue
Block a user