Changeset 78051a3


Ignore:
Timestamp:
08/29/2003 12:36:46 AM (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:
4693946d
Parents:
84cf3abc
Message:

update intro to openjade and gtk-doc

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

Files:
8 edited

Legend:

Unmodified
Added
Removed
  • gnome/config/config-core.xml

    r84cf3abc r78051a3  
    11<sect1 id="gnome-core-config">
    22<?dbhtml filename="config-core.html" dir="gnome"?>
    3 <title>Configuring the core GNOME packages</title>
     3<title>Configuring the core <application>GNOME</application> packages</title>
    44
    55
    6 <para>Create an <filename>.xinitrc</filename> file to start GNOME:
    7 <screen><userinput>echo "exec gnome-session" &gt;&gt; ~/.xinitrc</userinput></screen>
     6<para>Create an <filename>.xinitrc</filename> file to start
     7<application>GNOME</application>:
     8<screen><userinput><command>echo "exec gnome-session" &gt;&gt;
     9~/.xinitrc</command></userinput></screen>
    810and ensure all libraries can be found with:
    9 <screen><userinput>ldconfig</userinput></screen>
     11<screen><userinput><command>ldconfig</command></userinput></screen>
    1012</para>
    1113
    12 <para>At this point you can bring up GNOME with
    13 <userinput>startx</userinput></para>
     14<para>At this point you can bring up <application>GNOME</application> with
     15<userinput><command>startx</command></userinput></para>
    1416
    1517</sect1>
  • gnome/gnome-intro.xml

    r84cf3abc r78051a3  
    11<partintro>
    2 <title>Introduction to GNOME</title>
     2<title>Introduction to <application>GNOME</application></title>
    33
    44<para>This chapter attempts to install a complete GNOME-&gnome-version; desktop
     
    66sufficient to run GNOME 1.4 applications included in this book. The
    77order of the pages are meant to follow the build order defined by the
    8 GNOME development team as published in the <ulink
     8<application>GNOME</application> development team as published in the <ulink
    99url="http://www.gnome.org/start/&gnome-version;/notes/rninstallation.html">release notes</ulink>, with two exceptions.  If a package is in the release notes build list, but not in this chapter, it has been installed elsewhere in the book.</para>
    1010
     
    1212like to see you complete with the least amount of stress. One
    1313of our first goals in this installation is to protect your previously
    14 installed software, especially if you are testing GNOME on your machine.
     14installed software, especially if you are testing
     15<application>GNOME</application> on your machine.
    1516GNOME-&gnome-version; packages utilize the --prefix= option for configure, so we will
    1617use that and an Environment variable (<envar>GNOME_PREFIX</envar>) to add flexibility to
    1718the install.</para>
    1819
    19 <para>If you know that you want GNOME as your desktop, it is recommended that
     20<para>If you know that you want <application>GNOME</application> as your desktop, it is recommended that
    2021you install with --prefix=/usr. If you are not sure that you are going
    21 to keep GNOME on your installation, it is recommended that you install with
     22to keep <application>GNOME</application> on your installation, it is recommended that you install with
    2223--prefix=/opt/gnome-&gnome-version;.  Setting the Environment variable and the
    2324additional edits required by the second option are covered on the
     
    5657have no interest in GNOME-&gnome-version;.</para>
    5758
    58 <para><screen>GNOME-&gnome-version; requires:
    59 <xref linkend="xfree86"/>, <xref linkend="GTK2"/>, <xref linkend="libpng"/>,
    60 <xref linkend="libjpeg"/>, <xref linkend="libtiff"/>, <xref linkend="popt"/>
    61 Gnome-&gnome-version; will utilize:
    62 <xref linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref linkend="DocBook"/>,
    63 <xref linkend="docbook-xsl"/> and <xref linkend="libfam"/></screen></para>
     59<para><application>GNOME-&gnome-version;</application> dependencies</para>
     60<para>Required</para>
     61<para><xref linkend="xfree86"/>, <xref linkend="GTK2"/>, <xref
     62linkend="libpng"/>,
     63<xref linkend="libjpeg"/>, <xref linkend="libtiff"/> and <xref
     64linkend="popt"/></para>
     65<para>Optional</para>
     66<para><xref linkend="libxml2"/>, <xref linkend="libxslt"/>, <xref
     67linkend="DocBook"/>,
     68<xref linkend="docbook-xsl"/> and <xref linkend="libfam"/></para>
     69
     70
    6471
    6572</partintro>
  • gnome/lib/gtk-doc/gtk-doc-desc.xml

    r84cf3abc r78051a3  
    33
    44<para>The gtk-doc package contains
    5 <userinput>gtkdoc-fixxref</userinput>,
    6 <userinput>gtkdoc-mkdb</userinput>,
    7 <userinput>gtkdoc-mkhtml</userinput>,
    8 <userinput>gtkdoc-mkman</userinput>,
    9 <userinput>gtkdoc-mktmpl</userinput>,
    10 <userinput>gtkdoc-scan</userinput>,
    11 <userinput>gtkdoc-scangobj</userinput> and
    12 <userinput>gtkdoc-scanobj</userinput>.</para>
     5<command>gtkdoc-fixxref</command>,
     6<command>gtkdoc-mkdb</command>,
     7<command>gtkdoc-mkhtml</command>,
     8<command>gtkdoc-mkman</command>,
     9<command>gtkdoc-mktmpl</command>,
     10<command>gtkdoc-scan</command>,
     11<command>gtkdoc-scangobj</command> and
     12<command>gtkdoc-scanobj</command>.</para>
    1313
    1414</sect2>
  • gnome/lib/gtk-doc/gtk-doc-inst.xml

    r84cf3abc r78051a3  
    11<sect2>
    2 <title>Installation of gtk-doc</title>
     2<title>Installation of <application>gtk-doc</application></title>
    33
    4 <para>Install gtk-doc by running the following commands:</para>
     4<para>Install <application>gtk-doc</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr &amp;&amp;
    7 make install</userinput></screen></para>
     6<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     7make install</command></userinput></screen>
    88
    99<para>You should either save <filename>png-support-3.1.dtd</filename> to
  • gnome/lib/gtk-doc/gtk-doc-intro.xml

    r84cf3abc r78051a3  
    11<sect2>
    22<title>Introduction to gtk-doc</title>
    3 
    4 <screen>Download location (HTTP):       <ulink url="&gtk-doc-download-http;"/>
    5 Download location (FTP):        <ulink url="&gtk-doc-download-ftp;"/>
    6 Version used:                   &gtk-doc-version;
    7 Package size:                   &gtk-doc-size;
    8 Estimated Disk space required:  &gtk-doc-buildsize;</screen>
    9 
    10 <screen>Additional downloads:
    11 <ulink url="http://www.labs.redhat.com/png/png-support-3.1.dtd">png-support-3.1.dtd</ulink>
    12 </screen>
    133
    144<para>The gtk-doc package contains a code documentor. This is useful for
     
    166documentation.  This package is <emphasis>optional</emphasis>, if it is not
    177installed, packages will not build the documentation. This does not mean
    18 that you will not have any documentation, if gtk-doc is not available, the 
     8that you will not have any documentation, if gtk-doc is not available, the
    199install process will copy pre-built documentation to your system.
    2010</para>
    2111
    22 <screen>gtk-doc depends on:
    23 <xref linkend="openjade"/>, <xref linkend="libxslt"/>, <xref linkend="DocBook"/>,
    24 <xref linkend="sgml-dtd-3"/> and <xref linkend="sgml-dtd"/></screen>
     12<sect3><title>Package information</title>
     13<itemizedlist spacing='compact'>
     14<listitem><para>Download (HTTP): <ulink
     15url="&gtk-doc-download-http;"/></para></listitem>
     16<listitem><para>Download (FTP): <ulink
     17url="&gtk-doc-download-ftp;"/></para></listitem>
     18<listitem><para>Download size: &gtk-doc-size;</para></listitem>
     19<listitem><para>Estimated Disk space required:
     20&gtk-doc-buildsize;</para></listitem>
     21<listitem><para>Estimated build time:
     22&gtk-doc-time;</para></listitem></itemizedlist>
     23</sect3>
     24
     25<sect3><title>Additional downloads:</title>
     26<itemizedlist spacing='compact'>
     27<listitem><para>Required download:</para></listitem>
     28<listitem><para><ulink
     29url="http://www.labs.redhat.com/png/png-support-3.1.dtd">png-support-3.1.dtd</ulink></para></listitem></itemizedlist></sect3>
     30
     31<sect3><title><application>template</application> dependencies</title>
     32<sect4><title>Required</title>
     33<para><xref linkend="openjade"/>, <xref linkend="libxslt"/>, <xref
     34linkend="DocBook"/>,
     35<xref linkend="sgml-dtd-3"/> and <xref linkend="sgml-dtd"/></para></sect4>
     36</sect3>
     37
    2538
    2639</sect2>
  • gnome/lib/gtk-doc/gtk-doc.ent

    r84cf3abc r78051a3  
    1010<!ENTITY gtk-doc-download-ftp "ftp://ftp.gnome.org/pub/GNOME/sources/gtk-doc/1.0/gtk-doc-1.0.tar.bz2">
    1111<!ENTITY gtk-doc-size "120 KB">
     12<!ENTITY gtk-doc-time "">
  • gnome/lib/lib-config.xml

    r84cf3abc r78051a3  
    44
    55<para>Set an Environment variable to resolve the prefix destination.</para> 
    6 <para>If Gnome is your desktop of choice:
    7 <screen>export GNOME_PREFIX=/usr</screen>
    8 If you want to try-out Gnome:
    9 <screen>export GNOME_PREFIX=/opt/gnome-&gnome-version;</screen></para>
     6<para>If <application>GNOME</application> is your desktop of choice:
     7<screen><userinput><command>export GNOME_PREFIX=/usr</command></userinput></screen>
     8If you want to try-out <application>GNOME</application>:
     9<screen><userinput><command>export GNOME_PREFIX=/opt/gnome-&gnome-version;</command></userinput></screen></para>
    1010
    1111<para>The try-out group will also need to make all the following
     
    1414<para>Add to your system or personal profile:</para>
    1515
    16 <para><screen>export PATH=$PATH:/opt/gnome-&gnome-version;/bin
     16<screen><userinput><command>export PATH=$PATH:/opt/gnome-&gnome-version;/bin
    1717export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome-&gnome-version;/lib/pkgconfig
    18 export GNOME_LIBCONFIG_PATH=/usr/lib</screen></para>
     18export GNOME_LIBCONFIG_PATH=/usr/lib</command></userinput></screen>
    1919
    2020<para>Add to your <filename>/etc/ld.so.conf</filename>:</para>
    2121
    22 <para><screen><userinput>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"</userinput>
     22<screen><userinput><command>cat &gt;&gt; /etc/ld.so.conf &lt;&lt; "EOF"</command>
    2323# Begin gnome addition to /etc/ld.so.conf
    2424
     
    2626
    2727# End gnome addition
    28 <userinput>EOF</userinput></screen></para>
     28<command>EOF</command></userinput></screen>
    2929
    3030<para>Add to your <filename>/etc/man.conf</filename>:</para>
    3131
    32 <para><screen><userinput>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"</userinput>
     32<screen><userinput><command>cat &gt;&gt; /etc/man.conf &lt;&lt; "EOF"</command>
    3333# Begin gnome addition to man.conf
    3434
     
    3636
    3737# END gnome addition to man.conf
    38 <userinput>EOF</userinput></screen></para>
     38<command>EOF</command></userinput></screen>
    3939
    4040</sect1>
  • introduction/welcome/changelog.xml

    r84cf3abc r78051a3  
    1111<itemizedlist>
    1212
     13<listitem><para>August 28, 2003 [larry]: updated to intro of gtk-doc and
     14openjade. Typos.</para></listitem>
     15
    1316<listitem><para>August 28, 2003  [larry]: updated to
    1417ruby-1.8.0</para></listitem>
Note: See TracChangeset for help on using the changeset viewer.