Author: pierre
Date: Sat Apr  7 01:57:25 2018
New Revision: 20049

Log:
Eog uses meson now, and autotools are not available anymore

Modified:
   trunk/BOOK/gnome/applications/eog.xml

Modified: trunk/BOOK/gnome/applications/eog.xml
==============================================================================
--- trunk/BOOK/gnome/applications/eog.xml       Fri Apr  6 22:52:07 2018        
(r20048)
+++ trunk/BOOK/gnome/applications/eog.xml       Sat Apr  7 01:57:25 2018        
(r20049)
@@ -110,8 +110,11 @@
       following commands:
     </para>
 
-<screen><userinput>./configure --prefix=/usr &amp;&amp;
-make</userinput></screen>
+<screen><userinput>mkdir build &amp;&amp;
+cd    build &amp;&amp;
+
+meson --prefix=/usr &amp;&amp;
+ninja</userinput></screen>
 
     <para>
       This package does not come with a test suite.
@@ -121,20 +124,18 @@
       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="commands">
     <title>Command Explanations</title>
 
-<!-- As of 3.20.3, this no longer seems to be needed. 
-    <para><envar>X11_CFLAGS="-Wno-error=format-nonliteral"</envar>:
-    Ignore a warning that was flagged as an error.</para>
--->
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
-      href="../../xincludes/gtk-doc-rebuild.xml"/>
+    <para>
+      <option>-Dgtk-doc=true</option>: Use this parameter if
+      <application>GTK-Doc</application> is installed and you wish to rebuild
+      and install the API documentation.
+    </para>
 
   </sect2>
 
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to