Changeset dcd55b3
- Timestamp:
- 08/03/2007 11:50:56 AM (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:
- 4fae3a22
- Parents:
- d0b331c
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
basicnet/textweb/w3m.xml
rd0b331c rdcd55b3 67 67 <xref linkend="gtk2"/>, 68 68 <xref linkend="imlib"/>, 69 <xref linkend="gdk"/>, 69 <!-- <xref linkend="gdk"/>, --> 70 <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/gdk-pixbuf/0.22/">GDK 71 Pixbuf-0.22</ulink>, 70 72 <xref linkend="compface"/>, 71 73 <ulink url="http://packages.debian.org/unstable/text/nkf">nkf</ulink>, -
general.ent
rd0b331c rdcd55b3 4 4 --> 5 5 6 <!ENTITY day "0 2"> <!-- Always 2 digits -->6 <!ENTITY day "03"> <!-- Always 2 digits --> 7 7 <!ENTITY month "08"> <!-- Always 2 digits --> 8 8 <!ENTITY year "2007"> 9 9 <!ENTITY version "svn-&year;&month;&day;"> 10 <!ENTITY releasedate "August &day; nd, &year;">10 <!ENTITY releasedate "August &day;rd, &year;"> 11 11 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 12 12 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 199 199 <!ENTITY gcc-version "4.1.2"> 200 200 <!ENTITY gcc3-version "3.3.6"> 201 <!ENTITY guile-version "1. 6.7">201 <!ENTITY guile-version "1.8.2"> 202 202 <!ENTITY jdk-bin-version "1.5.0_11"> 203 203 <!ENTITY jdk-bin-string "1_5_0_11"> … … 545 545 546 546 <!-- Chapter 33 --> 547 <!-- Obsoleting the GNOME-1.4 stuff 547 548 <!ENTITY ORBit-version "0.5.17"> 548 549 <!ENTITY oaf-version "0.6.10"> … … 560 561 <!ENTITY libghttp-version "1.0.9"> 561 562 <!ENTITY gtkhtml1-version "1.1.7"> 563 --> 562 564 563 565 <!-- Part X --> -
general/prog/guile.xml
rd0b331c rdcd55b3 7 7 <!ENTITY guile-download-http "http://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.gz"> 8 8 <!ENTITY guile-download-ftp "ftp://ftp.gnu.org/pub/gnu/guile/guile-&guile-version;.tar.gz"> 9 <!ENTITY guile-md5sum " c2ff2a2231f0cbb2e838dd8701a587c5">10 <!ENTITY guile-size "3. 0MB">11 <!ENTITY guile-buildsize " 39.6 MB (additional 32.2MB to install all the docs)">12 <!ENTITY guile-time "1. 1SBU (includes building all documentation)">9 <!ENTITY guile-md5sum "a4b64a992deae0532f8015bcc6c40784"> 10 <!ENTITY guile-size "3.7 MB"> 11 <!ENTITY guile-buildsize "49 MB (additional 40 MB to install all the docs)"> 12 <!ENTITY guile-time "1.2 SBU (includes building all documentation)"> 13 13 ]> 14 14 … … 56 56 </itemizedlist> 57 57 58 < bridgehead renderas="sect3">Additional Downloads</bridgehead>58 <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> 59 59 <itemizedlist spacing="compact"> 60 60 <listitem> … … 66 66 url="&patch-root;/guile-&guile-version;-slib-1.patch"/></para> 67 67 </listitem> 68 </itemizedlist> 68 </itemizedlist> --> 69 69 70 70 <bridgehead renderas="sect3">Guile Dependencies</bridgehead> 71 71 72 <!--73 72 <bridgehead renderas="sect4">Required</bridgehead> 74 73 <para role="required"><xref linkend="gmp"/></para> 75 -->76 74 77 75 <bridgehead renderas="sect4">Optional</bridgehead> … … 89 87 commands:</para> 90 88 91 <screen><userinput>patch -Np1 -i ../guile-&guile-version;-gcc4-1.patch && 92 patch -Np1 -i ../guile-&guile-version;-slib-1.patch && 93 ./configure --prefix=/usr --with-threads && 89 <screen><userinput>sed -i -e '20,$ d' \ 90 -e 's|slib)|&)\n(load-from-path "slib/guile.init")|' \ 91 ice-9/slib.scm 92 93 ./configure --prefix=/usr && 94 94 make</userinput></screen> 95 95 96 <para>If you have < application>teTeX</application> installed and wish to96 <para>If you have <xref linkend="tetex"/> installed and wish to 97 97 build alternate formats of the documentation, issue the following 98 98 commands:</para> … … 102 102 make -k -C doc/$DIRNAME pdf ps html 103 103 done && 104 104 105 makeinfo --plaintext -o doc/goops/goops.txt doc/goops/goops.texi && 105 106 makeinfo --plaintext -o doc/r5rs/r5rs.txt doc/r5rs/r5rs.texi && … … 107 108 makeinfo --plaintext -o doc/tutorial/guile-tut.txt \ 108 109 doc/tutorial/guile-tut.texi && 110 109 111 unset DIRNAME</userinput></screen> 110 112 … … 114 116 115 117 <screen role="root"><userinput>make install && 118 116 119 find examples -name "Makefile*" -exec rm {} \; && 117 120 install -v -m755 -d /usr/share/doc/guile-&guile-version; && 118 cp -v -R examples /usr/share/doc/guile-&guile-version;</userinput></screen>119 120 <para>If you built the alternate formats of the documentation, install it121 cp -v -R examples /usr/share/doc/guile-&guile-version;</userinput></screen> 122 123 <para>If you built the alternate formats of the documentation, install them 121 124 using the following commands issued by the 122 125 <systemitem class="username">root</systemitem> user:</para> … … 141 144 </sect2> 142 145 146 <sect2 role="commands"> 147 <title>Command Explanations</title> 148 149 <para><command>sed -i -e '20,$ d' -e '...' ice-9/slib.scm</command>: 150 This command is used to modify the <application>Guile</application> 151 <application>SLIB</application> initialization script. There are 152 incompatibilities with newer versions of <application>SLIB</application> 153 and this command modifes the script to use the installed 154 <application>SLIB</application> script.</para> 155 156 </sect2> 157 143 158 <sect2 role="content"> 144 159 <title>Contents</title> … … 151 166 <seglistitem> 152 167 <seg>guile, guile-config, guile-snarf, and guile-tools</seg> 153 <seg>libguile-ltdl.{so,a}, libguile-srfi-srfi-13-14-v-1.{so,a}, 154 libguile-srfi-srfi-4-v-1.{so,a}, libguile.{so,a}, 155 /libguilereadline-v-12.{so,a} and libqthreads.{so,a}</seg> 156 <!-- <seg>libguile.{so,a}, libguilereadline-v-17.{so,a}, 157 libguile-srfi-srfi-13-14-v-3.{so,a}, libguile-srfi-srfi-1-v-3.{so,a}, 158 libguile-srfi-srfi-4-v-3.{so,a} and 159 libguile-srfi-srfi-60-v-2.{so,a}</seg>--> 168 <seg>libguile.{so,a}, libguile-srfi-srfi-*.{so,a} and 169 /libguilereadline-v-17.{so,a}</seg> 160 170 <seg>/usr/include/guile, /usr/include/libguile, 161 171 /usr/share/doc/guile-&guile-version; and /usr/share/guile</seg> -
general/prog/pdl.xml
rd0b331c rdcd55b3 234 234 <ulink url="http://www.boutell.com/gd/">GD</ulink>, 235 235 <ulink url="http://www.svgalib.org/">SVGAlib</ulink>, 236 <xref linkend="gnome-libs"/>, 236 <!-- <xref linkend="gnome-libs"/>, --> 237 <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/gnome-libs/1.4/">GNOME 238 Libraries-1.4</ulink>, 237 239 <xref linkend="jdk"/>, 238 240 <xref linkend="tk"/>, -
general/sysutils/mc.xml
rd0b331c rdcd55b3 105 105 <xref linkend="zip"/>, 106 106 <xref linkend="unzip"/>, and 107 <xref linkend="gnome-libs"/></para> 107 <!-- <xref linkend="gnome-libs"/> --> 108 <ulink url="http://ftp.acc.umu.se/pub/gnome/sources/gnome-libs/1.4/">GNOME 109 Libraries-1.4</ulink></para> 108 110 109 111 <para condition="html" role="usernotes">User Notes: -
gnome/gnome-intro.xml
rd0b331c rdcd55b3 25 25 </warning> --> 26 26 27 < para>This chapter presents the instructions to install a complete27 <!-- <para>This chapter presents the instructions to install a complete 28 28 GNOME-&gnome-version;&gnome-minor-version; desktop environment; and a limited 29 29 GNOME 1.4 library environment that is sufficient to run GNOME 1.4 … … 31 31 order defined by the GNOME development team and documented in the <ulink 32 32 url="http://www.gnome.org/start/&gnome-version;/notes/en/rninstallation.html"> 33 Release Notes</ulink>.</para> 33 Release Notes</ulink>.</para> --> 34 35 <para>This chapter presents the instructions to install a complete 36 GNOME-&gnome-version;&gnome-minor-version; desktop environment. The order of 37 the installed packages follows the build order defined by the GNOME 38 development team and has been thoroughly tested by the BLFS team.</para> 34 39 35 40 <para>The installation of GNOME-&gnome-version;&gnome-minor-version; is a … … 71 76 adjustments for your setup.</para> 72 77 73 < para>If you are building a GNOME 1.4 library environment, you would install78 <!-- <para>If you are building a GNOME 1.4 library environment, you would install 74 79 only those libraries in the GNOME 1.4 chapter 75 80 <emphasis role='strong'>and</emphasis> any dependencies listed on those … … 77 82 simply installed with:</para> 78 83 79 <screen><userinput>./configure - -prefix=/opt/gnome-1.4 &&84 <screen><userinput>./configure -prefix=/opt/gnome-1.4 && 80 85 make</userinput></screen> 81 86 … … 93 98 <filename class='directory'>/var</filename>. You should consider using 94 99 the GNOME 1.4 hint located at <ulink url="&hints-root;"/> if you have no 95 interest in GNOME-&gnome-version;&gnome-minor-version;.</para> 100 interest in GNOME-&gnome-version;&gnome-minor-version;.</para> --> 96 101 97 102 <bridgehead renderas="sect3">Alternate Installation Methods</bridgehead> -
gnome/gnome.xml
rd0b331c rdcd55b3 19 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="core/core.xml"/> 20 20 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="add/add.xml"/> 21 22 <!-- Obsoleting the GNOME-1.4 stuff 21 23 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="otherlibs/otherlibs.xml"/> 24 --> 22 25 23 26 </part> -
introduction/welcome/changelog.xml
rd0b331c rdcd55b3 43 43 44 44 <listitem> 45 <para>August 3rd, 2007</para> 46 <itemizedlist> 47 <listitem> 48 <para>[randy] - Updated to Guile-1.8.2. This update effectively 49 breaks the current GnuCash instructions, so a note has been placed 50 on the GnuCash page to use the stable BLFS book to install the 51 package. This note is temporary and will be removed when GnuCash 52 is updated to version 2.x. Since there are no other BLFS packages 53 which depend on the GNOME-1.4 libraries, the entire GNOME-1.4 54 section of the book has been commented out.</para> 55 </listitem> 56 </itemizedlist> 57 </listitem> 58 59 <listitem> 45 60 <para>August 2nd, 2007</para> 46 61 <itemizedlist> 47 62 <listitem> 48 <para>[ag] - Added the rxvt-unicode terminal emulator .</para>63 <para>[ag] - Added the rxvt-unicode terminal emulator package.</para> 49 64 </listitem> 50 65 <listitem> -
xsoft/office/gnucash.xml
rd0b331c rdcd55b3 34 34 35 35 <para><application>GnuCash</application> is a personal finance 36 manager.</para> 36 manager. The BLFS team is in the process of updating GnuCash 37 to version 2.x. This is a major change. Many of the dependency 38 packages for version 2.x are not compatible with the current 39 version. Some of these dependency packages have already been updated 40 which means these instructions are obsolete. Please see the stable 41 BLFS book for instructions to build GnuCash version 1.8.x.</para> 37 42 38 43 <bridgehead renderas="sect3">Package Information</bridgehead> … … 71 76 72 77 <bridgehead renderas="sect4">Required</bridgehead> 73 <para role="required"><xref linkend="gtkhtml1"/>, 78 <para role="required"><xref linkend="guile"/>, 79 <xref linkend="slib"/>, and 80 <!-- <xref linkend="gtkhtml1"/>, 74 81 <xref linkend="libghttp"/>, 75 <xref linkend="gwrap"/>, and 82 <xref linkend="gwrap"/>, and --> 76 83 <xref linkend="perl-xml-parser"/></para> 77 84 78 85 <bridgehead renderas="sect4">Optional</bridgehead> 79 86 <para role="optional"><xref linkend="postgresql"/>, 80 < xref linkend="guppi"/>,87 <!-- <xref linkend="guppi"/>, --> 81 88 <xref linkend="scrollkeeper"/>, 82 89 <xref linkend="doxygen"/>,
Note:
See TracChangeset
for help on using the changeset viewer.