Changeset a75063d4 for general


Ignore:
Timestamp:
09/27/2003 06:46:10 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
0f47226
Parents:
009b52f
Message:

seperating para and screen sections

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

Location:
general
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/expat/expat-inst.xml

    r009b52f ra75063d4  
    22<title>Installation of <application>expat</application></title>
    33
    4 <para>The <filename>expat.h</filename> declares XML_Status after its first use.  This is corrected by the following patch:
     4<para>The <filename>expat.h</filename> declares XML_Status after its
     5first use.  This is corrected by the following patch:</para>
    56
    6 <screen><userinput><command>patch -Np1 -i ../expat-1.95.6.patch</command></userinput></screen></para>
     7<screen><userinput><command>patch -Np1 -i ../expat-1.95.6.patch</command></userinput></screen>
    78
    89<para>Install <application>expat</application> by running the following commands:</para>
    910
    10 <para><screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     11<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    1112make &amp;&amp;
    12 make install</command></userinput></screen></para>
     13make install</command></userinput></screen>
    1314
    1415</sect2>
  • general/genlib/glib/glib-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>glib</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    77make &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • general/genlib/popt/popt-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>popt</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    77make &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • general/genlib/slang/slang-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>slang</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    77make &amp;&amp;
    88make install &amp;&amp;
     
    1010make install-elf &amp;&amp;
    1111make install-links &amp;&amp;
    12 chmod 755 /usr/lib/libslang.so.&slang-version;</command></userinput></screen></para>
     12chmod 755 /usr/lib/libslang.so.&slang-version;</command></userinput></screen>
    1313
    1414</sect2>
  • general/graphlib/libjpeg/libjpeg-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>libjpeg</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --enable-static --enable-shared --prefix=/usr &amp;&amp;
     6<screen><userinput><command>./configure --enable-static --enable-shared --prefix=/usr &amp;&amp;
    77make &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • general/graphlib/libtiff/libtiff-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>libtiff</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr --noninteractive \
     6<screen><userinput><command>./configure --prefix=/usr --noninteractive \
    77   --with-DIR_MAN=/usr/share/man &amp;&amp;
    88make &amp;&amp;
    9 make install</command></userinput></screen></para>
     9make install</command></userinput></screen>
    1010
    1111</sect2>
  • general/prog/perl/perl-modules-inst.xml

    r009b52f ra75063d4  
    1212broken at the present time.</para>
    1313
    14 <para>Gtk-Perl-&Gtk-Perl-version;:
     14<para>Gtk-Perl-&Gtk-Perl-version;:</para>
    1515<screen><userinput><command>perl Makefile.PL --without-guessing &amp;&amp;
    1616make
     
    2020sed '/^OBJECT/s/build/./g' Gtk/Makefile.bak > Gtk/Makefile &amp;&amp;
    2121make &amp;&amp;
    22 make install</command></userinput></screen></para>
     22make install</command></userinput></screen>
    2323
    2424
  • general/prog/python/python-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>Python</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr --enable-shared &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --enable-shared &amp;&amp;
    77make &amp;&amp;
    8 make install </command></userinput></screen></para>
     8make install </command></userinput></screen>
    99
    1010</sect2>
  • general/sysutils/gpm/gpm-config.xml

    r009b52f ra75063d4  
    6262
    6363<para>You then need to create symbolic links to this file in the
    64 relevant <filename>rc.d</filename> directories.  For example:
     64relevant <filename>rc.d</filename> directories.  For example:</para>
    6565<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    6666ln -sf ../init.d/gpm ../rc0.d/K10gpm &amp;&amp;
     
    7070ln -sf ../init.d/gpm ../rc4.d/S70gpm &amp;&amp;
    7171ln -sf ../init.d/gpm ../rc5.d/S70gpm &amp;&amp;
    72 ln -sf ../init.d/gpm ../rc6.d/K10gpm</command></userinput></screen></para></sect3>
     72ln -sf ../init.d/gpm ../rc6.d/K10gpm</command></userinput></screen>
     73</sect3>
    7374
    7475<sect3><title>Config files</title>
     
    7980<screen><userinput><command>cat &gt; /etc/sysconfig/mouse &lt;&lt; "EOF"</command>
    8081# start /etc/sysconfig/mouse
    81 MDEVICE=yourdevice
    82 PROTOCOL=yourprotocol
     82MDEVICE=<replaceable>[yourdevice]</replaceable>
     83PROTOCOL=<replaceable>[yourprotocol]</replaceable>
    8384# end /etc/sysconfig/mouse
    8485<command>EOF</command></userinput></screen>
  • general/sysutils/pkgconfig/pkgconfig-config.xml

    r009b52f ra75063d4  
    22<title>Configuring <application>pkgconfig</application></title>
    33
    4 <para>Add to your system or personal profile:
    5 <screen><userinput><command>export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig</command></userinput></screen></para>
     4<para>Add to your system or personal profile:</para>
     5<screen><userinput><command>export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig</command></userinput></screen>
    66
    77<para>The default settings for <envar>PKG_CONFIG_PATH</envar> are
  • general/sysutils/pkgconfig/pkgconfig-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>pkgconfig</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    77make &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
Note: See TracChangeset for help on using the changeset viewer.