Changeset b17f923d
- Timestamp:
- 06/26/2019 06:09:12 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 8e4d8b94
- Parents:
- e3f35536
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/vte.xml
re3f35536 rb17f923d 104 104 <sect2 role="installation"> 105 105 <title>Installation of VTE</title> 106 <!-- with 0.56.0, not needed any more. 107 <para> 108 First, fix compilation of a Vala program with newer versions of 109 Vala (0.43 and more): 110 </para> 111 112 <!- - Upstream fix: - -> 113 <screen><userinput>sed -e '/bool audible/i\ public int dummy;' \ 114 -i bindings/vala/app.vala</userinput></screen> 115 --> 106 116 107 <para> 117 108 Install <application>VTE</application> by running the following … … 121 112 <screen><userinput>./configure --prefix=/usr \ 122 113 --sysconfdir=/etc \ 123 --disable-static \ 124 --enable-introspection && 114 --disable-static && 125 115 make</userinput></screen> 126 116 … … 140 130 <title>Command Explanations</title> 141 131 142 <para> 143 <parameter>--enable-introspection</parameter>: This switch enables 132 <!-- Introspection is now built by default. 133 <para> 134 <parameter>- -enable-introspection</parameter>: This switch enables 144 135 <application>Gobject Introspection</application> bindings. 145 136 Remove if you don't have <xref linkend="gobject-introspection"/> 146 137 installed. 147 138 </para> 139 --> 148 140 149 141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.