Changeset fc54d43 for gnome/platform
- Timestamp:
- 02/22/2019 01:31:06 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.4, 9.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 15a9f25
- Parents:
- 3cfe74a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/libchamplain.xml
r3cfe74a rfc54d43 9 9 <!ENTITY libchamplain-download-ftp 10 10 "&gnome-download-ftp;/libchamplain/0.12/libchamplain-&libchamplain-version;.tar.xz"> 11 <!ENTITY libchamplain-md5sum " c91fb83f8fce955d746020d838f4b618">12 <!ENTITY libchamplain-size " 232 KB">11 <!ENTITY libchamplain-md5sum "52a410767f4797657b505e439bf7ce83"> 12 <!ENTITY libchamplain-size "612 KB"> 13 13 <!ENTITY libchamplain-buildsize "10 MB"> 14 14 <!ENTITY libchamplain-time "0.1 SBU"> … … 107 107 </para> 108 108 109 <screen><userinput>mkdir build && 110 cd build && 111 112 meson --prefix=/usr .. && 113 ninja</userinput></screen> 109 <screen><userinput>./configure --prefix=/usr \ 110 --enable-vala \ 111 --disable-static && 112 make</userinput></screen> 114 113 115 114 <para> … … 121 120 </para> 122 121 123 <screen role="root"><userinput> ninjainstall</userinput></screen>122 <screen role="root"><userinput>make install</userinput></screen> 124 123 125 124 </sect2> 126 <!-- No longer needed, Vala support is on by default, static libraries 127 are disabled by default, and gtk-doc is automatic. 125 128 126 <sect2 role="commands"> 129 127 <title>Command Explanations</title> … … 142 140 143 141 </sect2> 144 --> 142 145 143 <sect2 role="content"> 146 144 <title>Contents</title>
Note:
See TracChangeset
for help on using the changeset viewer.