Changeset aff23e0e
- Timestamp:
- 07/02/2007 02:44:34 PM (16 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 116854c
- Parents:
- a6b05e38
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ra6b05e38 raff23e0e 99 99 <!-- Part III --> 100 100 <!-- Chapter 8 --> 101 <!ENTITY pcre-version "7. 0">101 <!ENTITY pcre-version "7.2"> 102 102 <!ENTITY popt-version "1.10.4"> 103 103 <!ENTITY slang-version "2.0.7"> -
general/genlib/pcre.xml
ra6b05e38 raff23e0e 6 6 7 7 <!ENTITY pcre-download-http " "> 8 <!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2">9 <!ENTITY pcre-md5sum "b97e3bb84bd665e0fbb7a90344d65a43">10 <!ENTITY pcre-size "607KB">11 <!ENTITY pcre-buildsize "13MB">12 <!ENTITY pcre-time "0.3 SBU">8 <!ENTITY pcre-download-ftp "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-&pcre-version;.tar.bz2"> 9 <!ENTITY pcre-md5sum "53305db73855f1ff155dcd2c05d448d3"> 10 <!ENTITY pcre-size "738 KB"> 11 <!ENTITY pcre-buildsize "11 MB"> 12 <!ENTITY pcre-time "0.3 SBU"> 13 13 ]> 14 14 … … 72 72 make</userinput></screen> 73 73 74 <para>To test the results, issue: <command>make runtest</command>.</para>74 <para>To test the results, issue: <command>make check</command>.</para> 75 75 76 76 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 77 77 78 78 <screen role="root"><userinput>make install && 79 install -v -m755 -d /usr/share/doc/pcre-&pcre-version;/html &&79 install -v -m755 -d /usr/share/doc/pcre-&pcre-version;/html && 80 80 install -v -m644 doc/html/* /usr/share/doc/pcre-&pcre-version;/html && 81 install -v -m644 doc/ {Tech.Notes,*.txt}/usr/share/doc/pcre-&pcre-version;</userinput></screen>81 install -v -m644 doc/*.txt /usr/share/doc/pcre-&pcre-version;</userinput></screen> 82 82 83 83 <para>If you reinstall <application>Grep</application> after installing -
introduction/welcome/changelog.xml
ra6b05e38 raff23e0e 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[randy] - Updated to PCRE-7.2.</para> 49 </listitem> 50 <listitem> 48 51 <para>[randy] - Updated to libpng-1.2.18.</para> 49 52 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.