source: gnome/core/libgnomecanvas.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.1 KB
RevLine 
[fdca4266]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" [
[fdca4266]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[937425f]7 <!ENTITY libgnomecanvas-download-http "&gnome-download-http;/libgnomecanvas/&gnome-version;/libgnomecanvas-&libgnomecanvas-version;.tar.bz2">
8 <!ENTITY libgnomecanvas-download-ftp "&gnome-download-ftp;/libgnomecanvas/&gnome-version;/libgnomecanvas-&libgnomecanvas-version;.tar.bz2">
[a6bee1f]9 <!ENTITY libgnomecanvas-md5sum "516c46fb4a1401b05cfef58c350fbd3d">
10 <!ENTITY libgnomecanvas-size "612 KB">
11 <!ENTITY libgnomecanvas-buildsize "12.6 MB">
[51d7b70]12 <!ENTITY libgnomecanvas-time "0.2 SBU">
[fdca4266]13]>
14
[8395a78]15<sect1 id="libgnomecanvas" xreflabel="libgnomecanvas-&libgnomecanvas-version;">
[d7b5973]16 <?dbhtml filename="libgnomecanvas.html"?>
[8395a78]17
[d7b5973]18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
[fdca4266]22
[51d7b70]23 <title>libgnomecanvas-&libgnomecanvas-version;</title>
[fdca4266]24
[d7b5973]25 <indexterm zone="libgnomecanvas">
26 <primary sortas="a-Libgnomecanvas">Libgnomecanvas</primary>
27 </indexterm>
[fdca4266]28
[d7b5973]29 <sect2 role="package">
[51d7b70]30 <title>Introduction to libgnomecanvas</title>
[b144eb7]31
[d7b5973]32 <para>The <application>libgnomecanvas</application> package contains
33 the <application>GNOME</application> canvas library.
34 It is an engine for structured graphics and one of the essential
35 <application>GNOME</application> libraries.</para>
[fdca4266]36
[d7b5973]37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&libgnomecanvas-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&libgnomecanvas-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &libgnomecanvas-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &libgnomecanvas-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &libgnomecanvas-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &libgnomecanvas-time;</para>
56 </listitem>
57 </itemizedlist>
[fdca4266]58
[51d7b70]59 <bridgehead renderas="sect3">libgnomecanvas Dependencies</bridgehead>
[fdca4266]60
[d7b5973]61 <bridgehead renderas="sect4">Required</bridgehead>
[b22e19bf]62 <para role="required"><xref linkend="libglade"/> and
[d7b5973]63 <xref linkend="libart_lgpl"/></para>
[29590dda]64
[d7b5973]65 <bridgehead renderas="sect4">Optional</bridgehead>
[b22e19bf]66 <para role="optional"><xref linkend="gtk-doc"/></para>
[fdca4266]67
[0a7c3921]68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/libgnomecanvas"/></para>
70
[d7b5973]71 </sect2>
[fdca4266]72
[d7b5973]73 <sect2 role="installation">
[51d7b70]74 <title>Installation of libgnomecanvas</title>
[fdca4266]75
[d7b5973]76 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
77 href="../without-gnome.xml"/>
[fdca4266]78
[d7b5973]79 <para>Install <application>libgnomecanvas</application> by running the
80 following commands:</para>
[fdca4266]81
[a6bee1f]82<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) &amp;&amp;
[d7b5973]83make</userinput></screen>
[fdca4266]84
[d7b5973]85 <para>To test the results, issue: <command>make check</command>.</para>
[fdca4266]86
[d7b5973]87 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
[fdca4266]88
[d7b5973]89<screen role="root"><userinput>make install</userinput></screen>
90
91 </sect2>
92
[551b9389]93 <sect2 role="commands">
94 <title>Command Explanations</title>
95
96 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
97 href="../gnome-prefix.xml"/>
98
99 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
100 href="../../xincludes/gtk-doc-rebuild.xml"/>
101
102 </sect2>
103
[d7b5973]104 <sect2 role="content">
105 <title>Contents</title>
106
107 <segmentedlist>
108 <segtitle>Installed Programs</segtitle>
109 <segtitle>Installed Libraries</segtitle>
110 <segtitle>Installed Directories</segtitle>
111
112 <seglistitem>
113 <seg>None</seg>
[0a7c3921]114 <seg>libgnomecanvas-2.{so,a} and the libcanvas.{so,a} Glade
[d7b5973]115 library</seg>
[551b9389]116 <seg>The following subdirectories of <envar>$GNOME_PREFIX</envar>/:
[e62f701]117 include/libgnomecanvas-2.0,
[551b9389]118 lib/libglade and
[e62f701]119 share/gtk-doc/html/libgnomecanvas</seg>
[d7b5973]120 </seglistitem>
121 </segmentedlist>
122
123 </sect2>
[8395a78]124
125</sect1>
Note: See TracBrowser for help on using the repository browser.