Changeset a75063d4


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

Files:
70 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/mutt/mutt-config.xml

    r009b52f ra75063d4  
    1515
    1616<para>In order to utilize <application>GnuPG</application>, use the following
    17 command:
     17command:</para>
    1818<screen><userinput><command>cat /usr/share/doc/mutt/samples/gpg.rc &gt;&gt;
    19 ~/.muttrc</command></userinput></screen></para>
     19~/.muttrc</command></userinput></screen>
    2020</sect3>
    2121
  • basicnet/mailnews/mutt/mutt-inst.xml

    r009b52f ra75063d4  
    33
    44<para><application>Mutt</application> requires a group named 'mail'.  You can
    5 add this group, if it does not exist, with this command:
    6 <screen><userinput><command>groupadd mail</command></userinput></screen></para>
     5add this group, if it does not exist, with this command:</para>
     6<screen><userinput><command>groupadd mail</command></userinput></screen>
    77
    88<para>If you did not install a <acronym>MTA</acronym>, such as <xref
    99linkend="postfix"/> or <xref linkend="sendmail"/>, you need to modify the
    10 ownership of <filename>/var/mail</filename> with this command:
    11 <screen><userinput><command>chgrp mail /var/mail</command></userinput></screen></para>
     10ownership of <filename>/var/mail</filename> with this command:</para>
     11<screen><userinput><command>chgrp mail /var/mail</command></userinput></screen>
    1212
    1313<para>Install <application>Mutt</application> by running the following commands:</para>
  • basicnet/mailnews/slrn/slrn-config.xml

    r009b52f ra75063d4  
    1515command:</para>
    1616
    17 <para><screen><userinput><command>slrn -f $HOME/.jnewsrc --create</command></userinput></screen></para>
     17<screen><userinput><command>slrn -f $HOME/.jnewsrc --create</command></userinput></screen>
    1818
    1919</sect3>
  • basicnet/mailnews/slrn/slrn-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>slrn</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr --with-slrnpull &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --with-slrnpull &amp;&amp;
    77make LDFLAGS="-ldl" &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • basicnet/netutils/nmap/nmap-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>Nmap</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>
  • basicnet/netutils/whois/whois-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>Whois</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>make &amp;&amp;
    7 make prefix=/usr install</command></userinput></screen></para>
     6<screen><userinput><command>make &amp;&amp;
     7make prefix=/usr install</command></userinput></screen>
    88
    99</sect2>
  • connect/dialup/wvdial/wvdial-config.xml

    r009b52f ra75063d4  
    11<sect2>
    2 <title>Configuring WvDial</title>
     2<title>Configuring <application>WvDial</application></title>
    33
    44<sect3><title>Config files</title>
     
    88<sect3><title>Configuration Information</title>
    99
    10 <para><screen><userinput><command>touch /etc/wvdial.conf &amp;&amp;
     10<screen><userinput><command>touch /etc/wvdial.conf &amp;&amp;
    1111wvdialconf /etc/wvdial.conf</command></userinput></screen>
    12 <command>wvdialconf</command> will test that you have a working modem
     12<para><command>wvdialconf</command> will test that you have a working modem
    1313and try to determine it's exact setup. You will then need to enter your
    1414<acronym>ISP</acronym>'s phone number, login name and password into the
    1515<filename>/etc/wvdial.conf</filename> file.</para>
    1616
    17 <para>You then start wvdial with:
    18 <screen><userinput><command>wvdial</command></userinput></screen></para>
     17<para>You then start wvdial with:</para>
     18<screen><userinput><command>wvdial</command></userinput></screen>
    1919
    2020<para>For more information examine the wvdialconf, wvdial.conf and wvdial man pages.</para>
  • connect/other/pppoe/pppoe-config.xml

    r009b52f ra75063d4  
    7373chmod 755 /etc/rc.d/init.d/adsl</command></userinput></screen>
    7474
    75 <para>Now create the necessary symlinks:
     75<para>Now create the necessary symlinks:</para>
    7676<screen><userinput><command>ln -sf ../init.d/adsl /etc/rc.d/rc0.d/K49adsl &amp;&amp;
    7777ln -sf ../init.d/adsl /etc/rc.d/rc1.d/K49adsl &amp;&amp;
     
    8080ln -sf ../init.d/adsl /etc/rc.d/rc4.d/S24adsl &amp;&amp;
    8181ln -sf ../init.d/adsl /etc/rc.d/rc5.d/S24adsl &amp;&amp;
    82 ln -sf ../init.d/adsl /etc/rc.d/rc6.d/K49adsl</command></userinput></screen></para>
     82ln -sf ../init.d/adsl /etc/rc.d/rc6.d/K49adsl</command></userinput></screen>
    8383
    8484</sect3>
  • content/web/proftpd/proftpd-config.xml

    r009b52f ra75063d4  
    1010 for example configurations.</para>
    1111
    12 <para><screen><userinput><command>cat &gt; /etc/proftpd.conf &lt;&lt; "EOF"</command>
     12<screen><userinput><command>cat &gt; /etc/proftpd.conf &lt;&lt; "EOF"</command>
    1313# This is a basic ProFTPD configuration file
    1414# It establishes a single server and a single anonymous login.
     
    6161  &lt;/Limit&gt;
    6262&lt;/Anonymous&gt;
    63 <command>EOF</command></userinput></screen></para></sect3>
     63<command>EOF</command></userinput></screen></sect3>
    6464
    6565
    6666<sect3><title>proftpd init.d script</title>
    6767
    68 <para><screen><userinput><command>cat &gt; /etc/rc.d/init.d/proftpd &lt;&lt; "EOF"</command>
     68<screen><userinput><command>cat &gt; /etc/rc.d/init.d/proftpd &lt;&lt; "EOF"</command>
    6969#!/bin/sh
    7070# Begin $rc_base/init.d/proftpd
     
    110110# End $rc_base/init.d/proftpd
    111111<command>EOF
    112 chmod 755 /etc/rc.d/init.d/proftpd</command></userinput></screen></para>
     112chmod 755 /etc/rc.d/init.d/proftpd</command></userinput></screen>
    113113
    114114<para>Create the symbolic links to this file in the relevant <filename
    115 class="directory">rc.d</filename> directories with the following commands:
     115class="directory">rc.d</filename> directories with the following
     116commands:</para>
    116117<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    117118ln -sf ../init.d/proftpd ../rc0.d/K50proftpd &amp;&amp;
     
    121122ln -sf ../init.d/proftpd ../rc4.d/S50proftpd &amp;&amp;
    122123ln -sf ../init.d/proftpd ../rc5.d/S50proftpd &amp;&amp;
    123 ln -sf ../init.d/proftpd ../rc6.d/K50proftpd</command></userinput></screen></para>
     124ln -sf ../init.d/proftpd ../rc6.d/K50proftpd</command></userinput></screen>
    124125
    125126</sect3>
  • content/web/proftpd/proftpd-inst.xml

    r009b52f ra75063d4  
    55as an unpriviledged user and group is encouraged.</para>
    66
    7 <para><screen><userinput><command>groupadd proftpd &amp;&amp;
     7<screen><userinput><command>groupadd proftpd &amp;&amp;
    88useradd -c proftd -d /home/ftp -g proftpd -s /bin/false proftpd</command>
    9 </userinput></screen></para>
     9</userinput></screen>
    1010
    11 <para>Install ProFTPD by running the following commands:</para>
     11<para>Install <application>ProFTPD</application> by running the following commands:</para>
    1212
    13 <para><screen><userinput><command>install_user=proftpd install_group=proftpd \
     13<screen><userinput><command>install_user=proftpd install_group=proftpd \
    1414&nbsp;&nbsp;&nbsp;./configure --prefix=/usr --sysconfdir=/etc \
    1515&nbsp;&nbsp;&nbsp;--localstatedir=/var &amp;&amp;
    1616make &amp;&amp;
    17 make install </command></userinput></screen></para>
     17make install </command></userinput></screen>
    1818
    1919</sect2>
  • 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>
  • gnome/gnome-intro.xml

    r009b52f ra75063d4  
    2525
    2626<para>If you choose the second option, removal of GNOME-2.2 is as easy
    27 as removing the edits from the pre-installation page and issueing the following command:
    28 <screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen></para>
     27as removing the edits from the pre-installation page and issueing the
     28following command:</para>
     29<screen><userinput><command>rm /opt/gnome-&gnome-version; -r </command></userinput></screen>
    2930
    3031<para>If your system was completely built per <acronym>LFS</acronym> and
  • gnome/lib/bonobo/bonobo-activation-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>bonobo-activation</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
    77--sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
    88make &amp;&amp;
    9 make install</command></userinput></screen></para>
     9make install</command></userinput></screen>
    1010
    1111</sect2>
  • gnome/lib/intltool/intltool-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>intltool</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --mandir=/usr/share/man &amp;&amp;
    77make &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • gnome/lib/lib-config.xml

    r009b52f ra75063d4  
    44
    55<para>Set an Environment variable to resolve the prefix destination.</para> 
    6 <para>If GNOME is your desktop of choice:
     6<para>If GNOME is your desktop of choice:</para>
    77<screen><userinput><command>export GNOME_PREFIX=/usr</command></userinput></screen>
    8 If you want to try-out GNOME:
    9 <screen><userinput><command>export GNOME_PREFIX=/opt/gnome-&gnome-version;</command></userinput></screen></para>
     8<para>If you want to try-out GNOME:</para>
     9<screen><userinput><command>export GNOME_PREFIX=/opt/gnome-&gnome-version;</command></userinput></screen>
    1010
    1111<para>The try-out group will also need to make all the following
  • gnome/lib/libidl/libidl-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>libIDL</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=$GNOME_PREFIX &amp;&amp;
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX &amp;&amp;
    77make &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • gnome/lib/linc/linc-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>linc</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=$GNOME_PREFIX --with-openssl --disable-gtk-doc &amp;&amp;
     6<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --with-openssl --disable-gtk-doc &amp;&amp;
    77make &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • gnome/other/gdm/gdm-config.xml

    r009b52f ra75063d4  
    1717password    required    pam_unix.so
    1818session     required    pam_unix.so
    19 <command>EOF</command></userinput></screen>
    20 <screen><userinput><command>cat &gt; /etc/pam.d/gdm-autologin &lt;&lt; "EOF"</command>
     19<command>EOF
     20cat &gt; /etc/pam.d/gdm-autologin &lt;&lt; "EOF"</command>
    2121auth        required    pam_env.so
    2222auth        required    pam_nologin.so
     
    3030
    3131<para>To automate the running of <command>gdm</command>, use the following command to
    32 create the init.d script if your GNOME_PREFIX=/opt/gnome-&gnome-version;.  The fully qualified paths can be removed for GNOME_PREFIX=/usr:
     32create the init.d script if your
     33GNOME_PREFIX=/opt/gnome-&gnome-version;.  The fully qualified paths can
     34be removed for GNOME_PREFIX=/usr:</para>
    3335<screen><userinput><command>cat &gt; /etc/rc.d/init.d/gdm &lt;&lt; "EOF"</command>
    3436#!/bin/bash
     
    7274# End $rc_base/init.d/gdm
    7375<command>EOF
    74 chmod 755 /etc/rc.d/init.d/gdm</command></userinput></screen></para>
     76chmod 755 /etc/rc.d/init.d/gdm</command></userinput></screen>
    7577
    7678<para>Create the symbolic links to this file in the relevant
    7779<filename>rc.d</filename>
    78 directory with the following commands:
     80directory with the following commands:</para>
    7981<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    8082ln -sf ../init.d/gdm ../rc0.d/K05gdm &amp;&amp;
     
    8486ln -sf ../init.d/gdm ../rc4.d/K05gdm &amp;&amp;
    8587ln -sf ../init.d/gdm ../rc5.d/S95gdm &amp;&amp;
    86 ln -sf ../init.d/gdm ../rc6.d/K05gdm</command></userinput></screen></para>
     88ln -sf ../init.d/gdm ../rc6.d/K05gdm</command></userinput></screen>
    8789
    8890<para>To autostart with a graphical login, edit
    89 <filename>/etc/inittab</filename> so that the line reading
     91<filename>/etc/inittab</filename> so that the line reading</para>
    9092<screen>id:3:initdefault:</screen>
    91 is changed to
    92 <screen>id:5:initdefault:</screen></para>
     93<para>is changed to</para>
     94<screen>id:5:initdefault:</screen>
    9395
    9496</sect3>
  • gnome/otherlibs/gnome-print/gnome-print-inst.xml

    r009b52f ra75063d4  
    55interpret that <application>libxml</application>-&libxml-version; is
    66newer than <application>libxml</application>-1.8.8. This can be solved
    7 by building <filename>xmlConf.sh</filename> with this command:
     7by building <filename>xmlConf.sh</filename> with this command:</para>
    88<screen><userinput><command>cat &gt; /opt/gnome/lib/xmlConf.sh &lt;&lt; EOF</command>
    99XML_LIBDIR="-L/usr/lib"
     
    1111XML_INCLUDEDIR="-I/usr/include/gnome-xml"
    1212MODULE_VERSION=xml-&libxml-version;
    13 <command>EOF</command></userinput></screen></para>
     13<command>EOF</command></userinput></screen>
    1414
    1515<para>Install <application>gnome-print</application> by running the following
  • kde/core/arts.xml

    r009b52f ra75063d4  
    3535
    3636<para>Before starting the build, ensure you have the
    37 <envar>QTDIR</envar> environment variable set:
    38 <screen><userinput><command>export QTDIR=/opt/qt</command></userinput></screen></para>
     37<envar>QTDIR</envar> environment variable set:</para>
     38<screen><userinput><command>export QTDIR=/opt/qt</command></userinput></screen>
    3939
    4040<para>Install <application>aRts</application> by running the
     
    8383should appear in <filename>/etc/ld.so.conf</filename>
    8484so that ldd can find the shared libraries. The following command will add it
    85 if it is missing:
     85if it is missing:</para>
    8686
    8787<screen><userinput><command>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"
     
    9292# End kde addition
    9393EOF
    94 ldconfig</command></userinput></screen></para>
     94ldconfig</command></userinput></screen>
    9595
    9696</sect3>
  • kde/core/config.xml

    r009b52f ra75063d4  
    55<para>
    66First add <filename class="directory">/opt/kde/bin</filename> to
    7 your <envar>PATH</envar> environment variable:
     7your <envar>PATH</envar> environment variable:</para>
    88<screen><userinput><command>export PATH=$PATH:/opt/kde/bin</command></userinput></screen>
    9 </para>
     9
    1010
    1111<para>
    12 Then create an <filename>.xinitrc</filename> file to start <acronym>KDE</acronym>:
     12Then create an <filename>.xinitrc</filename> file to start
     13<acronym>KDE</acronym>:</para>
    1314<screen><userinput><command>echo "exec startkde" &gt; ~/.xinitrc</command></userinput></screen>
    14 and ensure all libraries can be found with:
     15<para>and ensure all libraries can be found with:</para>
    1516<screen><userinput><command>ldconfig</command></userinput></screen>
    16 </para>
    1717
    18 <para>At this point you can bring up <acronym>KDE</acronym> with:
    19 <screen><userinput><command>startx</command></userinput></screen></para>
     18<para>At this point you can bring up <acronym>KDE</acronym> with:</para>
     19<screen><userinput><command>startx</command></userinput></screen>
    2020
    2121</sect1>
  • kde/inst/kde-addons.xml

    r009b52f ra75063d4  
    2929<title>Installation of <application>kdeaddons</application></title>
    3030
    31 <para>Install <application>kdeaddons</application> with:
     31<para>Install <application>kdeaddons</application> with:</para>
    3232<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    3333    --disable-dependency-tracking &amp;&amp;
    3434make &amp;&amp;
    35 make install</command></userinput></screen></para>
     35make install</command></userinput></screen>
    3636
    3737</sect2>
  • kde/inst/kde-admin.xml

    r009b52f ra75063d4  
    2929<title>Installation of <application>kdeadmin</application></title>
    3030
    31 <para>Install <application>kdeadmin</application> with:
     31<para>Install <application>kdeadmin</application> with:</para>
    3232<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    3333    --disable-dependency-tracking --with-shadow &amp;&amp;
    3434make &amp;&amp;
    35 make install</command></userinput></screen></para>
     35make install</command></userinput></screen>
    3636
    3737</sect2>
  • kde/inst/kde-artwork.xml

    r009b52f ra75063d4  
    3030<title>Installation of <application>kdeartwork</application></title>
    3131
    32 <para>Install <application>kdeartwork</application> with:
     32<para>Install <application>kdeartwork</application> with:</para>
    3333<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    3434    --disable-dependency-tracking &amp;&amp;
    3535make &amp;&amp;
    36 make install</command></userinput></screen></para>
     36make install</command></userinput></screen>
    3737
    3838</sect2>
  • kde/inst/kde-base.xml

    r009b52f ra75063d4  
    3434
    3535<para>Check to see if <filename class="libraryfile">/lib/libmisc.la</filename>
    36 exists. If not, run:
     36exists. If not, run:</para>
    3737<screen><userinput><command>ln -sf /usr/lib/libmisc.la /lib/libmisc.la</command>
    38 </userinput></screen></para>
     38</userinput></screen>
    3939
    40 <para>Install kdebase with:
     40<para>Install kdebase with:</para>
    4141<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    4242     --disable-dependency-tracking --disable-lametest --with-shadow &amp;&amp;
    4343make &amp;&amp;
    44 make install</command></userinput></screen></para>
     44make install</command></userinput></screen>
    4545
    4646</sect2>
  • kde/inst/kde-bindings.xml

    r009b52f ra75063d4  
    11<sect1 id="kde-bindings" xreflabel="kde-bindings-&kde-version;">
    22<title>Installing kde-bindings</title>
    3 <para><screen>Estimated build disk space: ??? MB
     3<screen>Estimated build disk space: ??? MB
    44Estimated installed space:   ?? MB
    55Package size:                &kde-bindings-size;
    6 Estimated build time:        ?? min</screen></para>
     6Estimated build time:        ?? min</screen>
    77
    88<para>NOT YET DONE</para>
  • kde/inst/kde-edu.xml

    r009b52f ra75063d4  
    2626<title>Installation of <application>kdeedu</application></title>
    2727
    28 <para>Install <application>kdeedu</application> with:
     28<para>Install <application>kdeedu</application> with:</para>
    2929<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    3030    --disable-dependency-tracking &amp;&amp;
    3131make &amp;&amp;
    32 make install</command></userinput></screen></para>
     32make install</command></userinput></screen>
    3333
    3434</sect2>
  • kde/inst/kde-games.xml

    r009b52f ra75063d4  
    2828<title>Installation of <application>kdegames</application></title>
    2929
    30 <para>Install <application>kdegames</application> with:
     30<para>Install <application>kdegames</application> with:</para>
    3131<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    3232    --disable-dependency-tracking &amp;&amp;
    3333make &amp;&amp;
    34 make install</command></userinput></screen></para>
     34make install</command></userinput></screen>
    3535
    3636</sect2>
  • kde/inst/kde-graphics.xml

    r009b52f ra75063d4  
    2828<title>Installation of <application>kdegraphics</application></title>
    2929
    30 <para>Install <application>kdegraphics</application> with:
     30<para>Install <application>kdegraphics</application> with:</para>
    3131<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    3232    --disable-dependency-tracking &amp;&amp;
    3333make &amp;&amp;
    34 make install</command></userinput></screen></para>
     34make install</command></userinput></screen>
    3535
    3636</sect2>
  • kde/inst/kde-libs.xml

    r009b52f ra75063d4  
    4343-->
    4444
    45 <para>Install <application>kdelibs</application> with:
     45<para>Install <application>kdelibs</application> with:</para>
    4646<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    4747     --disable-dependency-tracking --with-alsa --enable-fast-malloc=full &amp;&amp;
    4848make &amp;&amp;
    49 make install</command></userinput></screen></para>       
     49make install</command></userinput></screen>
    5050
    5151</sect2>
  • kde/inst/kde-multimedia.xml

    r009b52f ra75063d4  
    2626<title>Installation of <application>kdemultimedia</application></title>
    2727
    28 <para>Install <application>kdemultimedia</application> with:
     28<para>Install <application>kdemultimedia</application> with:</para>
    2929<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    3030    --disable-dependency-tracking --with-arts-alsa &amp;&amp;
    3131make &amp;&amp;
    32 make install</command></userinput></screen></para>
     32make install</command></userinput></screen>
    3333
    3434</sect2>
  • kde/inst/kde-network.xml

    r009b52f ra75063d4  
    2626<title>Installation of <application>kdenetwork</application></title>
    2727
    28 <para>Install <application>kdenetwork</application> with:
     28<para>Install <application>kdenetwork</application> with:</para>
    2929<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    3030    --disable-dependency-tracking &amp;&amp;
    3131make &amp;&amp;
    32 make install</command></userinput></screen></para>
     32make install</command></userinput></screen>
    3333
    3434</sect2>
  • kde/inst/kde-pim.xml

    r009b52f ra75063d4  
    3030<title>Installation of <application>kdepim</application></title>
    3131
    32 <para>Install <application>kdepim</application> with:
     32<para>Install <application>kdepim</application> with:</para>
    3333<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    3434    --disable-dependency-tracking &amp;&amp;
    3535make &amp;&amp;
    36 make install</command></userinput></screen></para>
     36make install</command></userinput></screen>
    3737
    3838</sect2>
  • kde/inst/kde-sdk.xml

    r009b52f ra75063d4  
    11<sect1 id="kde-sdk" xreflabel="kde-sdk-&kde-version;">
    22<title>Installing kde-sdk</title>
    3 <para><screen>Estimated build disk space: ??? MB
     3<screen>Estimated build disk space: ??? MB
    44Estimated installed space:   ?? MB
    55Package size:                &kde-sdk-size;
    6 Estimated build time:        ?? min</screen></para>
     6Estimated build time:        ?? min</screen>
    77
    88<para>NOT YET DONE</para>
  • kde/inst/kde-toys.xml

    r009b52f ra75063d4  
    2626<title>Installation of <application>kdetoys</application></title>
    2727
    28 <para>Install <application>kdetoys</application> with:
     28<para>Install <application>kdetoys</application> with:</para>
    2929<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    3030    --disable-dependency-tracking &amp;&amp;
    3131make &amp;&amp;
    32 make install</command></userinput></screen></para>
     32make install</command></userinput></screen>
    3333
    3434</sect2>
  • kde/inst/kde-utils.xml

    r009b52f ra75063d4  
    2626<title>Installation of <application>kdeutils</application></title>
    2727
    28 <para>Install <application>kdeutils</application> with:
     28<para>Install <application>kdeutils</application> with:</para>
    2929<screen><userinput><command>./configure --prefix=&kde-dir; --disable-debug \
    3030    --disable-dependency-tracking &amp;&amp;
    3131make &amp;&amp;
    32 make install</command></userinput></screen></para>
     32make install</command></userinput></screen>
    3333
    3434</sect2>
  • multimedia/cdwriteutils/udftools/udftools-kernel-inst.xml

    r009b52f ra75063d4  
    88
    99<para>In the kernel configuration, check your setting with those listed
    10 here:
     10here:</para>
    1111
    1212<screen>Block devices
     
    1414File Systems
    1515   UDF filesystems support (read only):  Y
    16      UDF write support (DANGEROUS)       Y</screen></para>
     16     UDF write support (DANGEROUS)       Y</screen>
    1717
    1818<para>If necessary, recompile the kernel with
     
    3636<para>Finally, create the packet driver device nodes in <filename
    3737class="directory">/dev</filename>, add one node for every CD-RW drive you
    38 want to support:
     38want to support:</para>
    3939<screen><userinput><command>mknod /dev/pktcdvd0 b97 0
    40 mknod /dev/pktcdvd1 b 97 1</command></userinput></screen></para>
     40mknod /dev/pktcdvd1 b 97 1</command></userinput></screen>
    4141
    4242</sect2>
  • multimedia/libdriv/alsa/driver/alsa-driver-config.xml

    r009b52f ra75063d4  
    3434<para>After editing <filename>/etc/modules.conf</filename> you need to run
    3535<command>depmod</command>.  If the drivers you have compiled are for the
    36 version of the kernel you are currently running, simply run
     36version of the kernel you are currently running, simply run</para>
    3737<screen><userinput><command>depmod</command></userinput></screen> 
    38 If you are compiling  drivers for a different kernel version than those you are
    39 running, you will need to use a line along the lines of:
     38<para>If you are compiling  drivers for a different kernel version than those
     39you are running, you will need to use a line along the lines of:</para>
    4040<screen><userinput><command>depmod -a 2.4.22 -F /boot/System.map-2.4.22
    41 </command></userinput></screen></para>
     41</command></userinput></screen>
    4242
    4343</sect3>
  • multimedia/libdriv/alsa/driver/alsa-driver-inst.xml

    r009b52f ra75063d4  
    2929<para>If this is the first time you have installed the alsa drivers, you
    3030will need to create the <filename class="directory">/dev</filename> entries
    31 using the script provided in the <acronym>ALSA</acronym>-driver source tree:
    32 <screen><userinput><command>./snddevices</command></userinput></screen></para>
     31using the script provided in the <acronym>ALSA</acronym>-driver source
     32tree:</para>
     33<screen><userinput><command>./snddevices</command></userinput></screen>
    3334
    3435</sect2>
  • multimedia/libdriv/alsa/utils/alsa-utils-config.xml

    r009b52f ra75063d4  
    6868chmod 755 /etc/rc.d/init.d/alsa</command></userinput></screen>
    6969
    70 <para>You can then create the appropriate symlinks:
     70<para>You can then create the appropriate symlinks:</para>
    7171<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    7272ln -sf ../init.d/alsa ../rc0.d/K35alsa &amp;&amp;
     
    7676ln -sf ../init.d/alsa ../rc4.d/S40alsa &amp;&amp;
    7777ln -sf ../init.d/alsa ../rc5.d/S40alsa &amp;&amp;
    78 ln -sf ../init.d/alsa ../rc6.d/K35alsa</command></userinput></screen></para>
     78ln -sf ../init.d/alsa ../rc6.d/K35alsa</command></userinput></screen>
    7979
    8080<para>Note that all channels of your soundcard are muted by default. You can
     
    8686there is no state in <filename>/etc/asound.state</filename>.  You can
    8787prevent this by running the following commands after installing
    88 <application><acronym>ALSA</acronym>-utils</application>:
     88<application><acronym>ALSA</acronym>-utils</application>:</para>
    8989<screen><userinput><command>touch /etc/asound.state &amp;&amp;
    90 alsactl store</command></userinput></screen></para>
     90alsactl store</command></userinput></screen>
    9191
    9292<para>A final note is that the lines loading <filename>sfxload</filename>
  • multimedia/libdriv/esound/esound-inst.xml

    r009b52f ra75063d4  
    55commands:</para>
    66
    7 <para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     7<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    88make &amp;&amp;
    9 make install</command></userinput></screen></para>
     9make install</command></userinput></screen>
    1010
    1111</sect2>
  • postlfs/config/random.xml

    r009b52f ra75063d4  
    5757<para>Create the symbolic links to this file in the relevant
    5858<filename class="directory">rc.d</filename> directories
    59 with the following commands:
     59with the following commands:</para>
    6060<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    6161ln -sf ../init.d/random ../rc0.d/K45random &amp;&amp;
     
    6464ln -sf ../init.d/random ../rc4.d/S25random &amp;&amp;
    6565ln -sf ../init.d/random ../rc5.d/S25random &amp;&amp;
    66 ln -sf ../init.d/random ../rc6.d/K45random</command></userinput></screen></para>
     66ln -sf ../init.d/random ../rc6.d/K45random</command></userinput></screen>
    6767
    6868
  • postlfs/editors/vim/vim-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>Vim</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr \
     6<screen><userinput><command>./configure --prefix=/usr \
    77   --with-features=huge &amp;&amp;
    88make &amp;&amp;
    9 make install</command></userinput></screen></para>
     9make install</command></userinput></screen>
    1010
    1111</sect2>
  • postlfs/security/tripwire/tripwire-config.xml

    r009b52f ra75063d4  
    4646<sect3><title>Usage Information</title>
    4747<para>To use <application>Tripwire</application> after this and run a report,
    48 use the following command:
     48use the following command:</para>
    4949
    5050<screen><userinput><command>tripwire -m c &gt; /etc/tripwire/report.txt
    51 </command></userinput></screen></para>
     51</command></userinput></screen>
    5252
    5353<para>View the output to check the integrity of your files. An automatic
     
    6464last report creation and is needed to update the tripwire database of your
    6565system. Then, type in the following command making the appropriate
    66 substitutions for '?':
    67 <screen><userinput><command>tripwire -m u -r /var/lib/tripwire/report/linux-???????-??????.twr </command></userinput></screen></para>
     66substitutions for '?':</para>
     67<screen><userinput><command>tripwire -m u -r /var/lib/tripwire/report/linux-???????-??????.twr </command></userinput></screen>
    6868
    6969<para>You will be placed into vim with a copy of the report in front of you. If
     
    7878
    7979<para>If you are unhappy with your policy file and would like to modify it or
    80 use a new one, modify the policy file and then execute the following commands:
     80use a new one, modify the policy file and then execute the following
     81commands:</para>
    8182<screen><userinput><command>twadmin -m P /etc/tripwire/twpol.txt &amp;&amp;
    82 tripwire -m i</command></userinput></screen></para>
     83tripwire -m i</command></userinput></screen>
    8384
    8485</sect3>
  • postlfs/security/tripwire/tripwire-inst.xml

    r009b52f ra75063d4  
    2020cp policy/*.txt /usr/share/doc/tripwire</command></userinput></screen>
    2121
    22 <para>Reverse the modifications made above:
     22<para>Reverse the modifications made above:</para>
    2323<screen><userinput><command>rm /usr/bin/gmake &amp;&amp;
    24 export PATH=$PATH_HOLD</command></userinput></screen></para>
     24export PATH=$PATH_HOLD</command></userinput></screen>
    2525
    2626</sect2>
  • pst/printing/lprng/lprng-config.xml

    r009b52f ra75063d4  
    6666
    6767<para>Create the symbolic links to the lprng init script in the relevant
    68 <filename>rc.d</filename> directories with the following commands:
     68<filename>rc.d</filename> directories with the following
     69commands:</para>
    6970<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
    7071ln -sf ../init.d/lpd ../rc0.d/K00lprng &amp;&amp;
     
    7475ln -sf ../init.d/lpd ../rc4.d/S99lprng &amp;&amp;
    7576ln -sf ../init.d/lpd ../rc5.d/S99lprng &amp;&amp;
    76 ln -sf ../init.d/lpd ../rc6.d/K00lprng</command></userinput></screen></para>
     77ln -sf ../init.d/lpd ../rc6.d/K00lprng</command></userinput></screen>
    7778
    7879</sect3>
  • server/mail/courier/courier-config.xml

    r009b52f ra75063d4  
    103103
    104104<screen><userinput><command>cat &gt; /etc/courier/me &lt;&lt; "EOF"</command>
    105 {servername.yourdomain}
     105<replaceable>[servername.yourdomain]</replaceable>
    106106<command>EOF</command></userinput></screen>
    107107
     
    110110<screen><userinput><command>cat &gt; /etc/courier/locals &lt;&lt; "EOF"</command>
    111111localhost
    112 {yourdomain}
     112<replaceable>[yourdomain]</replaceable>
    113113<command>EOF</command></userinput></screen>
    114114
     
    117117<screen><userinput><command>cat &gt;/etc/courier/esmtpacceptmailfor.dir/system &lt;&lt; "EOF"</command>
    118118localhost
    119 {yourdomain}
     119<replaceable>[yourdomain]</replaceable>
    120120<command>EOF</command></userinput></screen>
    121121
     
    259259</application> server, you will need to add
    260260<filename>/etc/courier/webadmin/unsecureok</filename>, so you will be able
    261 to use your web based administration tool.
    262 
    263 <screen><userinput><command>touch /etc/courier/webadmin/unsecureok</command></userinput></screen></para>
     261to use your web based administration tool.</para>
     262
     263<screen><userinput><command>touch /etc/courier/webadmin/unsecureok</command></userinput></screen>
    264264</sect3>
    265265
     
    276276
    277277<para>Create the symbolic links to this file in the relevant
    278 <filename>rc.d</filename> directory with the following commands:
     278<filename>rc.d</filename> directory with the following commands:</para>
    279279
    280280<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
     
    285285ln -sf ../init.d/courier ../rc4.d/S35courier &amp;&amp;
    286286ln -sf ../init.d/courier ../rc5.d/S35courier &amp;&amp;
    287 ln -sf ../init.d/courier ../rc6.d/K25courier</command></userinput></screen></para>
     287ln -sf ../init.d/courier ../rc6.d/K25courier</command></userinput></screen>
    288288
    289289</sect3>
  • server/mail/courier/courier-inst.xml

    r009b52f ra75063d4  
    44<para> Before you compile the program, you need to create users and groups that
    55will be expected to be in place when the install script executes. Add the users
    6 and groups with the following commands:
     6and groups with the following commands:</para>
    77
    88<screen><userinput><command>groupadd courier &amp;&amp;
    9 useradd -c 'Courier Mail Server -d /dev/null -g courier -s /bin/false courier</command></userinput></screen></para>
     9useradd -c 'Courier Mail Server -d /dev/null -g courier -s /bin/false courier</command></userinput></screen>
    1010
    1111
  • server/mail/postfix/postfix-config.xml

    r009b52f ra75063d4  
    9191
    9292<para>Create the symbolic links to this file in the relevant
    93 <filename>rc.d</filename> directory with the following commands:
     93<filename>rc.d</filename> directory with the following commands:</para>
    9494
    9595<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
     
    100100ln -sf ../init.d/postfix ../rc4.d/S35postfix &amp;&amp;
    101101ln -sf ../init.d/postfix ../rc5.d/S35postfix &amp;&amp;
    102 ln -sf ../init.d/postfix ../rc6.d/K25postfix</command></userinput></screen></para>
     102ln -sf ../init.d/postfix ../rc6.d/K25postfix</command></userinput></screen>
    103103</sect3>
    104104
  • server/mail/sendmail/sendmail-config.xml

    r009b52f ra75063d4  
    7070chmod 755 /etc/rc.d/init.d/sendmail</command></userinput></screen>
    7171
    72 <para>Create the run level symlinks with the following commands:
     72<para>Create the run level symlinks with the following commands:</para>
    7373
    7474<screen><userinput><command>cd /etc/rc.d/init.d &amp;&amp;
     
    7979ln -sf ../init.d/sendmail ../rc4.d/S35sendmail &amp;&amp;
    8080ln -sf ../init.d/sendmail ../rc5.d/S35sendmail &amp;&amp;
    81 ln -sf ../init.d/sendmail ../rc6.d/K25sendmail</command></userinput></screen></para>
    82 </sect3>
     81ln -sf ../init.d/sendmail ../rc6.d/K25sendmail</command></userinput></screen></sect3>
    8382
    8483</sect2>
  • server/other/bind/bind-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>BIND</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    77make &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99</sect2>
    1010
  • server/other/cvsserver/cvsserver-inst.xml

    r009b52f ra75063d4  
    9595</para>
    9696
    97 <para><screen><userinput><command>cvs -d:pserver:anonymous@servername:/cvsroot co cvstest</command></userinput></screen>
     97<screen><userinput><command>cvs
     98-d:pserver:anonymous@<replaceable>servername</replaceable>:/cvsroot co cvstest</command></userinput></screen>
    9899<note><para>Replace "servername" with the <acronym>IP</acronym> address or
    99 hostname of the <acronym>CVS</acronym> server</para></note></para>
     100hostname of the <acronym>CVS</acronym> server</para></note>
    100101
    101102</sect2>
  • x/lib/atk/atk-inst.xml

    r009b52f ra75063d4  
    11<sect2>
    2 <title>Installation of <application>ATK</application></title>
     2<title>Installation of <application><acronym>ATK</acronym></application></title>
    33
    4 <para>Install <application>ATK</application> by running the following commands:</para>
     4<para>Install <application><acronym>ATK</acronym></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>
  • x/lib/gtk/gtk+-inst.xml

    r009b52f ra75063d4  
    11<sect2>
    2 <title>Installation of <application>GTK+</application></title>
     2<title>Installation of <application><acronym>GTK</acronym>+</application></title>
    33
    4 <para>Install <application>GTK+</application> by running the following commands:</para>
     4<para>Install <application><acronym>GTK</acronym>+</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    77make &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • x/lib/gtk/gtk+2-inst.xml

    r009b52f ra75063d4  
    11<sect2>
    2 <title>Installation of <application>GTK+</application></title>
     2<title>Installation of <application><acronym>GTK</acronym>+</application></title>
    33
    4 <para>Install <application>GTK+</application> by running the following commands:</para>
     4<para>Install <application><acronym>GTK</acronym>+</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     6<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    77make &amp;&amp;
    8 make install</command></userinput></screen></para>
     8make install</command></userinput></screen>
    99
    1010</sect2>
  • x/lib/lesstif/lesstif-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>LessTif</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr \
     6<screen><userinput><command>./configure --prefix=/usr \
    77    --enable-build-20 \
    88    --enable-build-21 \
     
    1212    --with-xdnd &amp;&amp;
    1313make &amp;&amp;
    14 make install</command></userinput></screen></para>
     14make install</command></userinput></screen>
    1515
    1616</sect2>
  • x/lib/notification/startup-notification-inst.xml

    r009b52f ra75063d4  
    44<para>Install <application>startup-notification</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>
  • x/lib/pango/pango-inst.xml

    r009b52f ra75063d4  
    1010<para>Install <application>Pango</application> by running the following commands:</para>
    1111
    12 <para><screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     12<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    1313make &amp;&amp;
    14 make install</command></userinput></screen></para>
     14make install</command></userinput></screen>
    1515
    1616</sect2>
  • x/lib/qt/qt-config.xml

    r009b52f ra75063d4  
    11<sect2>
    2 <title>Configuring <application>qt</application></title>
     2<title>Configuring <application>Qt</application></title>
    33
    44<sect3><title>Configuration Information</title>
     
    99shared libraries. The following command will add it if it is missing:</para>
    1010
    11 <para><screen><userinput><command>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"</command>
     11<screen><userinput><command>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"</command>
    1212# Begin qt addition to /etc/ld.so.conf
    1313
     
    1616# End qt addition
    1717<command>EOF
    18 ldconfig</command></userinput></screen></para>
     18ldconfig</command></userinput></screen>
    1919
    20 <para>You need to add the path for the <application>qt</application> man pages to the
     20<para>You need to add the path for the <application>Qt</application> man pages to the
    2121<filename>man.conf</filename>
    2222file.  This can be done with the following command:</para>
    2323
    24 <para><screen><userinput><command>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"</command>
     24<screen><userinput><command>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"</command>
    2525# Begin qt addition to man.conf
    2626
     
    2828
    2929# End qt addition to man.conf
    30 <command>EOF</command></userinput></screen></para>
     30<command>EOF</command></userinput></screen>
    3131
    3232</sect3>
  • x/lib/qt/qt-inst.xml

    r009b52f ra75063d4  
    22<title>Installation of <application>qt</application></title>
    33
    4 <para><screen><userinput><command>./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \
     4<screen><userinput><command>./configure -prefix /opt/qt-&qt-version; -qt-gif -system-libpng \
    55&nbsp;&nbsp;&nbsp;-system-libmng -system-zlib -system-libjpeg -no-g++-exceptions \
    66&nbsp;&nbsp;&nbsp;-thread &amp;&amp;
     
    1010ln -s /opt/qt/lib/libqt-mt.so /opt/qt/lib/libqt.so &amp;&amp;
    1111cp -r doc/man /opt/qt/doc &amp;&amp;
    12 cp -r examples /opt/qt/doc</command></userinput></screen></para>
     12cp -r examples /opt/qt/doc</command></userinput></screen>
    1313
    1414<note><para>
Note: See TracChangeset for help on using the changeset viewer.