Changeset a75063d4 for kde


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:
kde
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.