Changeset 33d86da for general/prog/gc.xml
- Timestamp:
- 01/02/2018 07:41:48 PM (7 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- e319d3b
- Parents:
- 79af6e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gc.xml
r79af6e0 r33d86da 7 7 <!ENTITY gc-download-http "http://www.hboehm.info/gc/gc_source/gc-&gc-version;.tar.gz"> 8 8 <!ENTITY gc-download-ftp " "> 9 <!ENTITY gc-md5sum " bf46ccbdaccfa3186c2ab87191c8855a">9 <!ENTITY gc-md5sum "66854af096fcd23b97dd7e1b829215c0"> 10 10 <!ENTITY gc-size "1.1 MB"> 11 <!ENTITY gc-buildsize "1 3MB (with tests)">12 <!ENTITY gc-time "0. 2SBU (with tests)">11 <!ENTITY gc-buildsize "12 MB (with tests)"> 12 <!ENTITY gc-time "0.1 SBU (with tests)"> 13 13 ]> 14 14 … … 84 84 <xref linkend="libatomic_ops"/> 85 85 </para> 86 <!-- (Gc contains a copy of87 Libatomic_ops-&gc-version; which it will compile and statically link if88 configure doesn't find Libatomic_ops installed on your system)89 </para>90 -->91 86 92 87 <para condition="html" role="usernotes"> … … 102 97 </para> 103 98 104 <screen><userinput>sed -i 's#pkgdata#doc#' doc/doc.am && 105 autoreconf -fi && 106 ./configure --prefix=/usr \ 99 <screen><userinput>./configure --prefix=/usr \ 107 100 --enable-cplusplus \ 108 101 --disable-static \ … … 119 112 120 113 <screen role="root"><userinput>make install && 121 install -v -m644 doc/gc.man /usr/share/man/man3/gc_malloc.3 && 122 ln -sfv gc_malloc.3 /usr/share/man/man3/gc.3</userinput></screen> 114 install -v -m644 doc/gc.man /usr/share/man/man3/gc_malloc.3</userinput></screen> 123 115 </sect2> 124 116 … … 127 119 128 120 <para> 129 <command>sed -i 's#pkgdata#doc#' doc/doc.am</command> and130 121 <parameter>--docdir=/usr/share/doc/gc-&gc-version;</parameter>: 131 Th ese commands areused so the package will install the122 This option is used so the package will install the 132 123 documentation in a versioned directory. 133 </para>134 135 <para>136 <command>autoreconf -fi</command>: This regenerates the137 <command>configure</command> script and the138 <filename>Makefile.in</filename> files.139 124 </para> 140 125 … … 163 148 </seg> 164 149 <seg> 165 libcord.so, libgc.so and 150 libcord.so, 151 libgc.so, and 166 152 libgccpp.so 167 153 </seg>
Note:
See TracChangeset
for help on using the changeset viewer.