Author: dj
Date: Sat Oct 28 08:58:58 2017
New Revision: 19403
Log:
Fix missing instructions for gnome-bluetooth.
Modified:
trunk/BOOK/gnome/platform/gnome-bluetooth.xml
Modified: trunk/BOOK/gnome/platform/gnome-bluetooth.xml
==============================================================================
--- trunk/BOOK/gnome/platform/gnome-bluetooth.xml Sat Oct 28 01:59:15
2017 (r19402)
+++ trunk/BOOK/gnome/platform/gnome-bluetooth.xml Sat Oct 28 08:58:58
2017 (r19403)
@@ -111,8 +111,8 @@
following commands:
</para>
-<screen><userinput>./configure --prefix=/usr &&
-make</userinput></screen>
+<screen><userinput>meson --prefix=/usr .. &&
+ninja</userinput></screen>
<para>
This package does not come with a test suite.
@@ -122,15 +122,7 @@
Now, as the <systemitem class="username">root</systemitem> user:
</para>
-<screen role="root"><userinput>make install</userinput></screen>
-
- </sect2>
-
- <sect2 role="commands">
- <title>Command Explanations</title>
-
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
- href="../../xincludes/gtk-doc-rebuild.xml"/>
+<screen role="root"><userinput>ninja install</userinput></screen>
</sect2>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page