source: gnome/core/gnome-user-docs.xml@ 551b9389

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 551b9389 was 551b9389, checked in by Randy McMurchy <randy@…>, 18 years ago

Minor fixes and clean-up to the core GNOME-2 package instructions including standardizing the text in the 'Command Explanations' section by using xinclude files and changing the creation of symbolic links to using PYTHONPATH so Python can find modules installed in non-standard locations

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

  • Property mode set to 100644
File size: 4.3 KB
RevLine 
[9d2dc4e2]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[9d2dc4e2]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[d2241d7d]7 <!ENTITY gnome-user-docs-download-http "&gnome-download-http;/gnome-user-docs/&gnome-version;/gnome-user-docs-&gnome-user-docs-version;.tar.bz2">
8 <!ENTITY gnome-user-docs-download-ftp "&gnome-download-ftp;/gnome-user-docs/&gnome-version;/gnome-user-docs-&gnome-user-docs-version;.tar.bz2">
9 <!ENTITY gnome-user-docs-md5sum "4f5a7114ccf9e4e31137da50b7333570">
10 <!ENTITY gnome-user-docs-size "2.0 MB">
11 <!ENTITY gnome-user-docs-buildsize "13.4 MB">
12 <!ENTITY gnome-user-docs-time "1.3 SBU">
[9d2dc4e2]13]>
14
[d2241d7d]15<sect1 id="gnome-user-docs"
16 xreflabel="GNOME User Docs-&gnome-user-docs-version;">
17 <?dbhtml filename="gnome-user-docs.html"?>
[e95e587f]18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
[d2241d7d]24 <title>GNOME User Docs-&gnome-user-docs-version;</title>
[e95e587f]25
[d2241d7d]26 <indexterm zone="gnome-user-docs">
27 <primary sortas="a-GNOME-User-Docs">GNOME User Docs</primary>
[e95e587f]28 </indexterm>
29
30 <sect2 role="package">
[d2241d7d]31 <title>Introduction to GNOME User Docs</title>
[e95e587f]32
[d2241d7d]33 <para>The <application>GNOME User Docs</application> package contains
34 documentation for <application>GNOME</application>.</para>
[e95e587f]35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
[d2241d7d]39 <para>Download (HTTP): <ulink url="&gnome-user-docs-download-http;"/></para>
[e95e587f]40 </listitem>
41 <listitem>
[d2241d7d]42 <para>Download (FTP): <ulink url="&gnome-user-docs-download-ftp;"/></para>
[e95e587f]43 </listitem>
44 <listitem>
[d2241d7d]45 <para>Download MD5 sum: &gnome-user-docs-md5sum;</para>
[e95e587f]46 </listitem>
47 <listitem>
[d2241d7d]48 <para>Download size: &gnome-user-docs-size;</para>
[e95e587f]49 </listitem>
50 <listitem>
[d2241d7d]51 <para>Estimated disk space required: &gnome-user-docs-buildsize;</para>
[e95e587f]52 </listitem>
53 <listitem>
[d2241d7d]54 <para>Estimated build time: &gnome-user-docs-time;</para>
[e95e587f]55 </listitem>
56 </itemizedlist>
57
[d2241d7d]58 <bridgehead renderas="sect3">GNOME User Docs Dependencies</bridgehead>
[e95e587f]59
60 <bridgehead renderas="sect4">Required</bridgehead>
[d2241d7d]61 <para role="required"><xref linkend="gnome-doc-utils"/> and
62 <xref linkend="which"/></para>
[e95e587f]63
[0a7c3921]64 <para condition="html" role="usernotes">User Notes:
[d2241d7d]65 <ulink url="&blfs-wiki;/gnome-user-docs"/></para>
[0a7c3921]66
[e95e587f]67 </sect2>
68
69 <sect2 role="installation">
[d2241d7d]70 <title>Installation of GNOME User Docs</title>
[e95e587f]71
72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
73 href="../without-gnome.xml"/>
74
[d2241d7d]75 <para>Install <application>GNOME User Docs</application>
[e95e587f]76 by running the following commands:</para>
77
[d2241d7d]78<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
[e62f701]79 --localstatedir=/var/lib &amp;&amp;
[e95e587f]80make</userinput></screen>
[929f6f7]81
[e95e587f]82 <para>This package does not come with a test suite.</para>
[cd30ba7]83
[e95e587f]84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[929f6f7]85
[d2241d7d]86<screen role="root"><userinput>make install</userinput></screen>
[9d2dc4e2]87
[e95e587f]88 </sect2>
[9d2dc4e2]89
[e95e587f]90 <sect2 role="commands">
91 <title>Command Explanations</title>
[9d2dc4e2]92
[551b9389]93 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
94 href="../gnome-prefix.xml"/>
95
96 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
97 href="../../xincludes/scrollkeeper-dir.xml"/>
[9d2dc4e2]98
[e95e587f]99 </sect2>
[9d2dc4e2]100
[e95e587f]101 <sect2 role="content">
102 <title>Contents</title>
[9d2dc4e2]103
[e95e587f]104 <segmentedlist>
105 <segtitle>Installed Programs</segtitle>
106 <segtitle>Installed Libraries</segtitle>
107 <segtitle>Installed Directories</segtitle>
[929f6f7]108
[e95e587f]109 <seglistitem>
110 <seg>None</seg>
111 <seg>None</seg>
[551b9389]112 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/{gnome-access-guide,
113 system-admin-guide, user-guide},
[d2241d7d]114 omf/{gnome-user-docs,user-guide}}</seg>
[e95e587f]115 </seglistitem>
116 </segmentedlist>
[929f6f7]117
[e95e587f]118 <variablelist>
119 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
120 <?dbfo list-presentation="list"?>
121 <?dbhtml list-presentation="table"?>
[9d2dc4e2]122
[e95e587f]123 <varlistentry>
124 <term>OMF files</term>
125 <listitem>
126 <para>contain user documentation. These include introductions
127 and help on the core packages.</para>
128 </listitem>
129 </varlistentry>
[9d2dc4e2]130
[e95e587f]131 </variablelist>
[9d2dc4e2]132
[e95e587f]133 </sect2>
[830e87c]134
135</sect1>
Note: See TracBrowser for help on using the repository browser.