Changeset 8a0cee4 for general/genlib


Ignore:
Timestamp:
04/09/2003 10:30:49 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
100a3e5
Parents:
036393e1
Message:

part I, II, III, IV

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@839 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/genlib
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/aspell/aspell-config.xml

    r036393e1 r8a0cee4  
    77installed. You can find them at <ulink url="http://aspell.net/"/>.</para>
    88
    9 <para>The installation of the dictionaries can be done by:</para>
     9<para>Install your dictionary or dictionaries by running the following commands:</para>
    1010<para><screen><userinput>./configure &amp;&amp;
    1111make &amp;&amp;
  • general/genlib/expat/expat-inst.xml

    r036393e1 r8a0cee4  
    22<title>Installation of expat</title>
    33
    4 <para>The expat.h declares XML_Status after it's first use.  This is
     4<para>The <filename>expat.h</filename> declares XML_Status after it's first use.  This is
    55corrected by the following patch:
    66
  • general/genlib/genlib.xml

    r036393e1 r8a0cee4  
    1212
    1313<para>There are two types of library, static and shared.  Shared
    14 libraries (usually libXXX.so) are loaded into memory from the shared
    15 copy at runtime (hence the name).  Static libraries (libXXX.a) are
     14libraries (usually <filename>libXXX.so</filename>) are loaded into memory from the shared
     15copy at runtime (hence the name).  Static libraries
     16(<filename>libXXX.a</filename>) are
    1617actually linked into the program executable file itself, thus making the
    1718program file larger.  Quite often, you will find both static and shared
  • general/genlib/gwrap/gwrap-exp.xml

    r036393e1 r8a0cee4  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--prefix=/usr</userinput> : Change the g-wrap default installation directory of /usr/local.</para>
     4<para><userinput>--prefix=/usr</userinput> : Change the g-wrap default
     5installation directory of <filename>/usr/local</filename>.</para>
    56
    67</sect2>
  • general/genlib/libfam/libfam-config.xml

    r036393e1 r8a0cee4  
    1616<para>Configuring the file alteration monitor.</para>
    1717
    18 <para>If you use inetd, add the fam entry to /etc/inetd.conf with the
     18<para>If you use inetd, add the fam entry to
     19<filename>/etc/inetd.conf</filename> with the
    1920following command: </para>
    2021
  • general/genlib/libfam/libfam-inst.xml

    r036393e1 r8a0cee4  
    55
    66<note><para>You will get warnings about make install being unable to
    7 merge entries in /etc/rpc.  These can be ignored, along with any IMON
     7merge entries in <filename>/etc/rpc</filename>.  These can be ignored, along with any IMON
    88or inetd.conf warnings, as we will be configuring these files after
    99installation.</para></note>
  • general/genlib/openssl/openssl-exp.xml

    r036393e1 r8a0cee4  
    22<title>Command explanations</title>
    33
    4 <para><userinput>rm doc/apps/passwd.pod </userinput> : We do this because otherwise openssl installs it's passwd man page over the
     4<para><userinput>rm doc/apps/passwd.pod </userinput> : We do this because otherwise openssl installs its passwd man page over the
    55existing system one which isn't what we want.</para>
    66
Note: See TracChangeset for help on using the changeset viewer.