Changeset 6dc438c9 for gnome/applications
- Timestamp:
- 04/07/2018 08:57:25 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 3c8216c
- Parents:
- d834c1f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/applications/eog.xml
rd834c1f r6dc438c9 111 111 </para> 112 112 113 <screen><userinput>./configure --prefix=/usr && 114 make</userinput></screen> 113 <screen><userinput>mkdir build && 114 cd build && 115 116 meson --prefix=/usr && 117 ninja</userinput></screen> 115 118 116 119 <para> … … 122 125 </para> 123 126 124 <screen role="root"><userinput> makeinstall</userinput></screen>127 <screen role="root"><userinput>ninja install</userinput></screen> 125 128 126 129 </sect2> … … 129 132 <title>Command Explanations</title> 130 133 131 <!-- As of 3.20.3, this no longer seems to be needed. 132 <para><envar>X11_CFLAGS="-Wno-error=format-nonliteral"</envar>: 133 Ignore a warning that was flagged as an error.</para> 134 --> 135 136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 137 href="../../xincludes/gtk-doc-rebuild.xml"/> 134 <para> 135 <option>-Dgtk-doc=true</option>: Use this parameter if 136 <application>GTK-Doc</application> is installed and you wish to rebuild 137 and install the API documentation. 138 </para> 138 139 139 140 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.