Changeset 8a0cee4 for general


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
Files:
17 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
  • general/graphlib/aalib/aalib-intro.xml

    r036393e1 r8a0cee4  
    1414<xref linkend="xfree86"/></screen>
    1515
     16
     17<!--
    1618<sect3>
    1719<title>Example</title>
     
    6365This example shows the editor in ASCII ARTS.</para>
    6466</sect3>
    65 
     67-->
    6668</sect2>
    6769
  • general/graphlib/libtiff/libtiff-exp.xml

    r036393e1 r8a0cee4  
    88
    99<para><userinput>--with-DIR_MAN=/usr/share/man</userinput> : This is
    10 used because despite the fact we pass --prefix=/usr, the configure
    11 routine tries to install the man pages in /usr/local/man instead of the
     10used because despite the fact we pass
     11<userinput>--prefix=/usr</userinput>, the configure
     12routine tries to install the man pages in
     13<filename>/usr/local/man</filename> instead of the
    1214correct place.</para>
    1315
  • general/graphlib/libungif/libungif-inst.xml

    r036393e1 r8a0cee4  
    88make install</userinput></screen></para>
    99
    10 <note><para>If you get an error during the make portion compiling lib/qprintf.c,
     10<note><para>If you get an error during the make portion compiling
     11<filename>lib/qprintf.c</filename>,
    1112edit the file and comment out or remove line 14: #include &lt;config.h&gt;
    1213</para></note>
  • general/prog/gcc2/gcc2-config.xml

    r036393e1 r8a0cee4  
    1010your requirements.</para>
    1111
    12 <para>If you only need the gcc-&gcc2-version; libraries, you may delete /opt/gcc2.</para>
     12<para>If you only need the gcc-&gcc2-version; libraries, you may delete
     13<filename>/opt/gcc2</filename>.</para>
    1314
    1415<para>Whenever you need to use gcc-&gcc2-version; instead of you system installed compiler,
  • general/prog/gcc2/gcc2-inst.xml

    r036393e1 r8a0cee4  
    3232
    3333<para>Move the C++ libraries to the standard lib directory to avoid having to
    34 add /opt/gcc2/lib to <userinput>/etc/ld.so.conf</userinput>.</para>
     34add <filename>/opt/gcc2/lib</filename> to
     35<filename>/etc/ld.so.conf</filename>.</para>
    3536
    3637<para><screen><userinput>for i in /opt/gcc2/lib/*.so*; do mv -f $i /usr/lib;
  • general/prog/jdk/j2sdk-config.xml

    r036393e1 r8a0cee4  
    44<sect3><title>Configuration Information</title>
    55
    6 <para>We have two Java 2 SDK's installed in /opt/j2sdk. Decide on which one you
     6<para>We have two Java 2 SDK's installed in
     7<filename>/opt/j2sdk</filename>. Decide on which one you
    78would like to use as the default. For example if you decide to use the source
    89compiled j2sdk, do the following:</para>
     
    1011<para><screen><userinput>ln -nsf j2sdk-&j2sdk-src-version; /opt/j2sdk/j2sdk</userinput></screen></para>
    1112
    12 <para>Add the following lines to your shell startup file (e.g. /etc/profile).
     13<para>Add the following lines to your shell startup file (e.g.
     14<filename>/etc/profile</filename>).
    1315</para>
    1416
     
    1618export PATH=$PATH:$JAVA_HOME/bin</userinput></screen></para>
    1719
    18 <para>Add $JAVA_HOME/man to your MANPATH variable or to /etc/man.conf</para>
     20<para>Add <filename>$JAVA_HOME/man</filename> to your MANPATH variable or to
     21<filename>/etc/man.conf</filename></para>
    1922
    2023<para>The java plugin is in the directory <userinput>$JAVA_HOME/jre/plugin/i?86/ns610/</userinput>.
  • general/prog/jdk/j2sdk-intro.xml

    r036393e1 r8a0cee4  
    4040</para>
    4141
    42 <para>For users who do cannot download the j2sdk source owing to license
     42<para>For users who cannot download the j2sdk source owing to license
    4343restrictions, blackdown has a gcc3 based precompiled version.
    4444Check out <ulink url="http://www.blackdown.org/"/> for more information.</para>
  • general/sysutils/fcron/fcron-config.xml

    r036393e1 r8a0cee4  
    6161<sect3><title>Config files</title>
    6262
    63 <para><userinput>/etc/fcron.conf, /etc/fcron.allow,
    64 /etc/fcron.deny</userinput></para>
     63<para><userinput>/etc/fcron.conf</userinput>,
     64<userinput>/etc/fcron.allow</userinput>,
     65<userinput>/etc/fcron.deny</userinput></para>
    6566
    6667<para>There are no required changes in any of these files.
    6768Configuration information can be found in the man page for
    68 fcron.conf.</para>
     69<filename>fcron.conf</filename>.</para>
    6970
    7071<para>fcron scripts are written using fcrontab.  Refer to the man page
  • general/sysutils/fcron/fcron-inst.xml

    r036393e1 r8a0cee4  
    33
    44<para>Fcron uses the cron facility of syslog to log all messages.  Since LFS
    5 does not set up this facility in /etc/syslog.conf, it needs to be done prior
     5does not set up this facility in <filename>/etc/syslog.conf</filename>, it needs to be done prior
    66to installing fcron.  This command will append the necessary line to the
    77current <filename>/etc/syslog.conf</filename>.</para>
  • general/sysutils/gpm/gpm-config.xml

    r036393e1 r8a0cee4  
    9595<userinput>gpm -t -help</userinput>.  Your MDEVICE setting depends on
    9696which type of mouse you have.  For example,
    97 <userinput>/dev/ttyS0</userinput> for a serial mouse (on Windows this is
    98 COM1), <userinput>/dev/input/mice</userinput> is often used for USB mice
    99 and <userinput>/dev/psaux</userinput> for PS2 mice.  It is normally
    100 thought not a good idea to link /dev/mouse to the relevant device, but
     97<filename>/dev/ttyS0</filename> for a serial mouse (on Windows this is
     98COM1), <filename>/dev/input/mice</filename> is often used for USB mice
     99and <filename>/dev/psaux</filename> for PS2 mice.  It is normally
     100thought not a good idea to link <filename>/dev/mouse</filename> to the relevant device, but
    101101instead to reference it directly.</para>
    102102
Note: See TracChangeset for help on using the changeset viewer.