Changeset a294e133
- Timestamp:
- 10/02/2003 01:29:48 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b9ad2f9a
- Parents:
- c30e8cc7
- Files:
-
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/gnome-intro.xml
rc30e8cc7 ra294e133 1 1 <partintro> 2 <title>Introduction to GNOME</title>2 <title>Introduction to <application><acronym>GNOME</acronym></application></title> 3 3 4 <para>This chapter attempts to install a complete GNOME-&gnome-version; desktop 5 environment and a limited GNOME 1.4 library environment that is 6 sufficient to run GNOME 1.4 applications included in this book. The 4 <para>This chapter attempts to install a complete 5 <application><acronym>GNOME</acronym></application>-&gnome-version; desktop 6 environment and a limited 7 <application><acronym>GNOME</acronym></application> 1.4 library environment that is 8 sufficient to run <application><acronym>GNOME</acronym></application> 1.4 applications included in this book. The 7 9 order of the pages are meant to follow the build order defined by the 8 10 GNOME development team as published in the <ulink 9 11 url="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> 10 12 11 <para>The installation of GNOME-&gnome-version; is a large undertaking and one we would13 <para>The installation of <application><acronym>GNOME</acronym></application>-&gnome-version; is a large undertaking and one we would 12 14 like to see you complete with the least amount of stress. One 13 15 of our first goals in this installation is to protect your previously 14 installed software, especially if you are testing GNOME on your machine. 15 GNOME-&gnome-version; packages utilize the --prefix= option for configure, so we will 16 installed software, especially if you are testing 17 <application><acronym>GNOME</acronym></application> on your machine. 18 <application><acronym>GNOME</acronym></application>-&gnome-version; packages utilize the --prefix= option for configure, so we will 16 19 use that and an Environment variable (<envar>GNOME_PREFIX</envar>) to add flexibility to 17 20 the install.</para> 18 21 19 <para>If you know that you want GNOME as your desktop, it is recommended that 22 <para>If you know that you want 23 <application><acronym>GNOME</acronym></application> as your desktop, it is recommended that 20 24 you install with --prefix=/usr. If you are not sure that you are going 21 to keep GNOMEon your installation, it is recommended that you install with25 to keep <application><acronym>GNOME</acronym></application> on your installation, it is recommended that you install with 22 26 --prefix=/opt/gnome-&gnome-version;. Setting the Environment variable and the 23 27 additional edits required by the second option are covered on the 24 28 pre-installation page.</para> 25 29 26 <para>If you choose the second option, removal of GNOME-2.2 is as easy 30 <para>If you choose the second option, removal of 31 <application><acronym>GNOME</acronym></application>-&gnome-version; is as easy 27 32 as removing the edits from the pre-installation page and issueing the 28 33 following command:</para> … … 31 36 <para>If your system was completely built per <acronym>LFS</acronym> and 32 37 <acronym>BLFS</acronym> 33 instructions, you have a very good chance of using GNOME-&gnome-version; 38 instructions, you have a very good chance of using 39 <application><acronym>GNOME</acronym></application>-&gnome-version; 34 40 after your first install. If you are a typical <acronym>LFS</acronym> user, you have made 35 41 modifications to the instructions along the way knowing that you have to 36 42 take those modifications into account on future installations. You 37 should have no problems integrating GNOME-&gnome-version; into your unique setup, but 38 you will have 28 to 33 packages installed before you can run GNOME 43 should have no problems integrating 44 <application><acronym>GNOME</acronym></application>-&gnome-version; into your unique setup, but 45 you will have 28 to 33 packages installed before you can run 46 <application><acronym>GNOME</acronym></application> 39 47 through any testing (assuming your window manager is preinstalled and 40 tested). We would anticipate that you will be rebuilding GNOME at least 48 tested). We would anticipate that you will be rebuilding 49 <application><acronym>GNOME</acronym></application> at least 41 50 once to make adjustments for your setup.</para> 42 51 43 <para>If you are building a GNOME 1.4 desktop environment, you would 44 install only those libraries in the GNOME 1.4 chapter 45 <emphasis>and</emphasis> any dependencies listed on those pages, whether labeled or not. GNOME packages without pages are simply installed with: 52 <para>If you are building a 53 <application><acronym>GNOME</acronym></application> 1.4 desktop environment, you would 54 install only those libraries in the 55 <application><acronym>GNOME</acronym></application> 1.4 chapter 56 <emphasis>and</emphasis> any dependencies listed on those pages, whether 57 labeled or not. <application><acronym>GNOME</acronym></application> packages without pages are simply installed with: 46 58 <screen><command>./configure --prefix=/opt/gnome && 47 59 make && 48 60 make install</command></screen> 49 These instructions are simplistic to facilitate removal of GNOME 1.4 61 These instructions are simplistic to facilitate removal of 62 <application><acronym>GNOME</acronym></application> 1.4 50 63 from <acronym>BLFS</acronym> systems when it is no longer necessary. These instructions 51 64 may be refined later to comply with <acronym>BLFS</acronym> standards for file locations, … … 53 66 <filename class='directory'>/etc</filename> and <filename 54 67 class='directory'>/opt/gnome/var</filename> to 55 <filename class='directory'>/var</filename>. You should consider using the GNOME 1.4 hint 68 <filename class='directory'>/var</filename>. You should consider using 69 the <application><acronym>GNOME</acronym></application> 1.4 hint 56 70 located at <ulink url="http://hints.linuxfromscratch.org/hints"/> if you 57 have no interest in GNOME-&gnome-version;.</para>71 have no interest in <application><acronym>GNOME</acronym></application>-&gnome-version;.</para> 58 72 59 <para> GNOME-&gnome-version; dependencies</para>73 <para><application><acronym>GNOME</acronym></application>-&gnome-version; dependencies</para> 60 74 <para>Required</para> 61 75 <para><xref linkend="xfree86"/>, <xref linkend="GTK2"/>, <xref -
gnome/lib/bonobo-activation.xml
rc30e8cc7 ra294e133 1 <sect1 id="bonobo-activation" xreflabel=" bonobo-activation-&bonobo-activation-version;">1 <sect1 id="bonobo-activation" xreflabel="Bonobo Activation-&bonobo-activation-version;"> 2 2 <?dbhtml filename="bonobo-activation.html" dir="gnome"?> 3 <title> bonobo-activation-&bonobo-activation-version;</title>3 <title>Bonobo Activation-&bonobo-activation-version;</title> 4 4 5 5 &bonobo-activation-intro; -
gnome/lib/bonobo/bonobo-activation-config.xml
rc30e8cc7 ra294e133 1 1 <sect2> 2 <title>Configuring <application> bonobo-activation</application></title>2 <title>Configuring <application>Bonobo Activation</application></title> 3 3 4 4 <sect3><title>Configuration Information</title> -
gnome/lib/bonobo/bonobo-activation-desc.xml
rc30e8cc7 ra294e133 2 2 <title>Contents</title> 3 3 4 <para>The <application> bonobo-activation</application> package contains5 <filename >libbonobo-activation</filename> libraries.</para>4 <para>The <application>Bonobo Activation</application> package contains 5 <filename class="directory">libbonobo-activation</filename> libraries.</para> 6 6 7 7 </sect2> -
gnome/lib/bonobo/bonobo-activation-inst.xml
rc30e8cc7 ra294e133 1 1 <sect2> 2 <title>Installation of <application> bonobo-activation</application></title>2 <title>Installation of <application>Bonobo Activation</application></title> 3 3 4 <para>Install <application> bonobo-activation</application> by running the following commands:</para>4 <para>Install <application>Bonobo Activation</application> by running the following commands:</para> 5 5 6 6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \ -
gnome/lib/bonobo/bonobo-activation-intro.xml
rc30e8cc7 ra294e133 1 1 <sect2> 2 <title>Introduction to <application> bonobo-activation</application></title>2 <title>Introduction to <application>Bonobo Activation</application></title> 3 3 4 <para>The <application>bonobo-activation</application> package contains libbonobo-activation 4 <para>The <application>Bonobo Activation</application> package contains 5 <filename class="libraryfile">libbonobo-activation</filename> 5 6 libraries. This is the new Object Activation Framework 6 7 (<acronym>OAF</acronym>) for 7 GNOME.</para>8 <application><acronym>GNOME</acronym></application>.</para> 8 9 9 10 <sect3><title>Package information</title> … … 20 21 </sect3> 21 22 22 <sect3><title><application> bonobo-activation</application> dependencies</title>23 <sect3><title><application>Bonobo Activation</application> dependencies</title> 23 24 <sect4><title>Required</title> 24 25 <para><xref linkend="ORBit2"/></para></sect4> -
gnome/lib/gnome-mime-data.xml
rc30e8cc7 ra294e133 1 <sect1 id="gnome-mime-data" xreflabel=" gnome-mime-data-&gnome-mime-data-version;">1 <sect1 id="gnome-mime-data" xreflabel="GNOME MIME Data-&gnome-mime-data-version;"> 2 2 <?dbhtml filename="gnome-mime-data.html" dir="gnome"?> 3 <title> gnome-mime-data-&gnome-mime-data-version;</title>3 <title>GNOME MIME Data-&gnome-mime-data-version;</title> 4 4 5 5 &gnome-mime-data-intro; -
gnome/lib/gnome-mime-data/gnome-mime-data-desc.xml
rc30e8cc7 ra294e133 2 2 <title>Contents</title> 3 3 4 <para>The gnome-mime-data package contains 4 <para>The <application><acronym>GNOME</acronym> <acronym>MIME</acronym> 5 Data</application> package contains 5 6 <filename>$GNOME_PREFIX/share/icons</filename>, 6 7 <filename>$GNOME_PREFIX/share/application-registry</filename> and -
gnome/lib/gnome-mime-data/gnome-mime-data-inst.xml
rc30e8cc7 ra294e133 1 1 <sect2> 2 <title>Installation of <application> gnome-mime-data</application></title>2 <title>Installation of <application><acronym>GNOME</acronym> <acronym>MIME</acronym> Data</application></title> 3 3 4 <para>Install <application> gnome-mime-data</application> by running the following commands:</para>4 <para>Install <application><acronym>GNOME</acronym> <acronym>MIME</acronym> Data</application> by running the following commands:</para> 5 5 6 6 <screen><userinput><command>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome && -
gnome/lib/gnome-mime-data/gnome-mime-data-intro.xml
rc30e8cc7 ra294e133 1 1 <sect2> 2 <title>Introduction to <application> gnome-mime-data</application></title>2 <title>Introduction to <application><acronym>GNOME</acronym> <acronym>MIME</acronym> Data</application></title> 3 3 4 <para>The <application> gnome-mime-data</application> package contains the base set of file types5 and applications for GNOME.</para>4 <para>The <application><acronym>GNOME</acronym> <acronym>MIME</acronym> Data</application> package contains the base set of file types 5 and applications for <application><acronym>GNOME</acronym></application>.</para> 6 6 7 7 <sect3><title>Package information</title> -
gnome/lib/gtk-doc.xml
rc30e8cc7 ra294e133 1 <sect1 id="gtk-doc" xreflabel=" gtk-doc->k-doc-version;">1 <sect1 id="gtk-doc" xreflabel="GTK-Doc->k-doc-version;"> 2 2 <?dbhtml filename="gtk-doc.html" dir="gnome"?> 3 <title> gtk-doc->k-doc-version;</title>3 <title>GTK-Doc->k-doc-version;</title> 4 4 5 5 >k-doc-intro; -
gnome/lib/gtk-doc/gtk-doc-desc.xml
rc30e8cc7 ra294e133 2 2 <title>Contents</title> 3 3 4 <para>The <application> gtk-doc</application> package contains4 <para>The <application><acronym>GTK</acronym>-Doc</application> package contains 5 5 <command>gtkdoc-fixxref</command>, 6 6 <command>gtkdoc-mkdb</command>, -
gnome/lib/gtk-doc/gtk-doc-inst.xml
rc30e8cc7 ra294e133 1 1 <sect2> 2 <title>Installation of <application> gtk-doc</application></title>2 <title>Installation of <application><acronym>GTK</acronym>-Doc</application></title> 3 3 4 <para>Install <application> gtk-doc</application> by running the following commands:</para>4 <para>Install <application><acronym>GTK</acronym>-Doc</application> by running the following commands:</para> 5 5 6 6 <screen><userinput><command>./configure --prefix=/usr && -
gnome/lib/gtk-doc/gtk-doc-intro.xml
rc30e8cc7 ra294e133 1 1 <sect2> 2 <title>Introduction to gtk-doc</title>2 <title>Introduction to <application><acronym>GTK</acronym>-Doc</application></title> 3 3 4 <para>The gtk-doc package contains a code documentor. This is useful for 5 extracting specially-formatted comments from the code to create API 4 <para>The <application><acronym>GTK</acronym>-Doc</application> package contains a code documentor. This is useful for 5 extracting specially formatted comments from the code to create 6 <acronym>API</acronym> 6 7 documentation. This package is <emphasis>optional</emphasis>, if it is not 7 8 installed, packages will not build the documentation. This does not mean 8 that you will not have any documentation, if gtk-docis not available, the9 that you will not have any documentation, if <application><acronym>GTK</acronym>-Doc</application> is not available, the 9 10 install process will copy pre-built documentation to your system. 10 11 </para> … … 29 30 url="http://www.labs.redhat.com/png/png-support-3.1.dtd">png-support-3.1.dtd</ulink></para></listitem></itemizedlist></sect3> --> 30 31 31 <sect3><title><application> gtk-doc</application> dependencies</title>32 <sect3><title><application><application><acronym>GTK</acronym>-Doc</application></application> dependencies</title> 32 33 <sect4><title>Required</title> 33 34 <para><xref linkend="openjade"/>, <xref linkend="libxslt"/>, <xref -
gnome/lib/intltool/intltool-desc.xml
rc30e8cc7 ra294e133 2 2 <title>Contents</title> 3 3 4 <para>The intltoolpackage contains <command>intltoolize</command>,4 <para>The <application>intltool</application> package contains <command>intltoolize</command>, 5 5 <command>intltool-update</command>, 6 6 <command>intltool-extract</command>, -
gnome/lib/intltool/intltool-intro.xml
rc30e8cc7 ra294e133 7 7 files (<filename class="directory"><source 8 8 directory>/<package>/po</filename>) 9 and merging the translations into <filename> .xml</filename>,10 <filename>.desktop</filename> and <filename> .oaf</filename>9 and merging the translations into <filename>XML</filename>, 10 <filename>.desktop</filename> and <filename>OAF</filename> 11 11 files.</para> 12 12 -
gnome/lib/lib-config.xml
rc30e8cc7 ra294e133 1 1 <sect1 id="gnome-lib-config"> 2 2 <?dbhtml filename="lib-config.html" dir="gnome"?> 3 <title> pre-installation configuration</title>3 <title>Pre-installation configuration</title> 4 4 5 5 <para>Set an Environment variable to resolve the prefix destination.</para> -
gnome/lib/libidl/libidl-desc.xml
rc30e8cc7 ra294e133 2 2 <title>Contents</title> 3 3 4 <para>The <application>libIDL</application> package contains <filename>libIDL</filename> libraries.</para> 4 <para>The <application>libIDL</application> package contains <filename 5 class="libraryfile">libIDL</filename> libraries.</para> 5 6 6 7 </sect2> … … 9 10 10 11 <sect3><title>libIDL libraries</title> 11 <para> libIDLlibraries provide the functions to create and maintain12 <para><filename class="libraryfile">libIDL</filename> libraries provide the functions to create and maintain 12 13 trees of <acronym>CORBA</acronym> Interface Definition Language 13 14 (<acronym>IDL</acronym>) files.</para></sect3> -
gnome/lib/linc/linc-desc.xml
rc30e8cc7 ra294e133 10 10 11 11 <sect3><title>liblinc libraries</title> 12 <para> liblinclibraries provide the functions to take care of connection12 <para><filename class="libraryfile">liblinc</filename> libraries provide the functions to take care of connection 13 13 initiation and maintenance, and the details of various transports 14 14 (<acronym>IP</acronym>v4, Unix domain sockets, -
gnome/lib/linc/linc-exp.xml
rc30e8cc7 ra294e133 2 2 <title>Command explanations</title> 3 3 4 <para>< command>--with-openssl</command>: This switch compiles4 <para><option>--with-openssl</option>: This switch compiles 5 5 <application>linc</application> 6 with <application>Open SSL</application> support.</para>6 with <application>Open<acronym>SSL</acronym></application> support.</para> 7 7 8 <para><command>--disable-gtk-doc</command> : This switch will 9 prevent the rebuilding of the <acronym>API</acronym> documentation during the make command.</para> 8 <para><option>--disable-gtk-doc</option>: This switch will 9 prevent the rebuilding of the <acronym>API</acronym> documentation 10 during the <command>make</command> command.</para> 10 11 11 12 </sect2> -
introduction/welcome/changelog.xml
rc30e8cc7 ra294e133 11 11 12 12 <itemizedlist> 13 14 <listitem><para>October 2nd, 2003 [larry]: Many edits it Part X to put 15 application's proper names in and class filename tags.</para></listitem> 13 16 14 17 <listitem><para>October 2nd, 2003 [igor]: Modified Evolution
Note:
See TracChangeset
for help on using the changeset viewer.