source: gnome/add/anjuta.xml@ 4c2be438

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 4c2be438 was 4c2be438, checked in by Krejzi <krejzi@…>, 12 years ago

fix Gnome dependencies - switch itstool with yelp-xsl (YELP_HELP_INIT requires yelp-xsl stylesheets),recommend gobject-introspection for every package in gnome/{core,add} and make Optional g-i section indicating that is required for gnome in packages that are not just required by gnome. Made some recommended (expected) deps to gstreamer plugins (codecs, input and output sinks), recommended alsa to the libcanberra, explicitly disabled oss to remove configure warning + added gnome dependencies into seperate optional section to libcanberra page. Added --disable-scrollkeeper explanation to many packages that can use rarian (for the scrollkeeper compat) and added some more rarian recommendations. Checked polkit, accountservice and consolekit deps, sorted them a bit. Finished Gnome 3.4

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

  • Property mode set to 100644
File size: 5.9 KB
RevLine 
[7b385ce]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[82027623]7 <!ENTITY anjuta-download-http "&gnome-download-http;/anjuta/3.4/anjuta-&anjuta-version;.tar.xz">
8 <!ENTITY anjuta-download-ftp "&gnome-download-ftp;/anjuta/3.4/anjuta-&anjuta-version;.tar.xz">
9 <!ENTITY anjuta-md5sum "e28827506760020da27a8aee4c470989">
10 <!ENTITY anjuta-size "5.9 MB">
[7b385ce]11 <!ENTITY anjuta-buildsize "212 MB">
12 <!ENTITY anjuta-time "4.0 SBU">
13]>
14
[82027623]15<sect1 id="anjuta" xreflabel="Anjuta-&anjuta-version;">
[7b385ce]16 <?dbhtml filename="anjuta.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[82027623]23 <title>Anjuta-&anjuta-version;</title>
[7b385ce]24
25 <indexterm zone="anjuta">
26 <primary sortas="a-anjuta">anjuta</primary>
27 </indexterm>
28
29 <sect2 role="package">
[82027623]30 <title>Introduction to Anjuta</title>
[7b385ce]31
32 <para><application>Anjuta DevStudio</application> is a versatile software development
33 studio featuring a number of advanced programming facilities including project
34 management, application wizard, interactive debugger, source editor, version control,
35 GUI designer, profiler.</para>
36
[82027623]37 &lfs70_checked;
[7b385ce]38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>Download (HTTP): <ulink url="&anjuta-download-http;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download (FTP): <ulink url="&anjuta-download-ftp;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download MD5 sum: &anjuta-md5sum;</para>
49 </listitem>
50 <listitem>
51 <para>Download size: &anjuta-size;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated disk space required: &anjuta-buildsize;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated build time: &anjuta-time;</para>
58 </listitem>
59 </itemizedlist>
60
[82027623]61 <bridgehead renderas="sect3">Anjuta Dependencies</bridgehead>
[7b385ce]62
63 <bridgehead renderas="sect4">Required</bridgehead>
[82027623]64 <para role="required">
65 <xref linkend="gdl"/>,
66 <xref linkend="gnome-doc-utils"/>,
67 <xref linkend="gtksourceview"/>,
68 <xref linkend="libgda"/> and
69 <xref linkend="vte"/>
70 </para>
[7b385ce]71
72 <bridgehead renderas="sect4">Recommended</bridgehead>
[82027623]73 <para role="recommended">
74 <xref linkend="autogen"/>,
75 <xref linkend="devhelp"/>,
[4c2be438]76 <xref linkend="glade"/>,
77 <xref linkend="gobject-introspection"/>,
78 <xref linkend="rarian"/> and
[82027623]79 <xref linkend="vala"/>
80 </para>
[7b385ce]81
82 <bridgehead renderas="sect4">Optional</bridgehead>
[82027623]83 <para role="optional">
84 <xref linkend="gtk-doc"/> and
85 <xref linkend="subversion"/>
86 </para>
[7b385ce]87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/anjuta"/></para>
90
91 </sect2>
92
93 <sect2 role="installation">
[82027623]94 <title>Installation of Anjuta</title>
[7b385ce]95
[82027623]96 <para>Install <application>Anjuta</application> by running the following
[7b385ce]97 commands:</para>
98
[82027623]99<screen><userinput>./configure --prefix=/usr \
100 --disable-packagekit &amp;&amp;
[7b385ce]101make</userinput></screen>
102
103 <para>To test the results, issue: <command>make check</command>.</para>
104
105 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
106
107<screen role="root"><userinput>make install</userinput></screen>
108
109 </sect2>
110
[db33b3a]111 <sect2 role="commands">
112 <title>Command Explanations</title>
113
114 <para><parameter>--disable-packagekit</parameter>: This parameter disables use
115 of PackageKit which isn't suitable for BLFS.</para>
116
[4c2be438]117 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
118 href="../../xincludes/without-scrollkeeper.xml"/>
119
[82027623]120 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
121 href="../../xincludes/gtk-doc-rebuild.xml"/>
122
[db33b3a]123 </sect2>
124
[7b385ce]125 <sect2 role="content">
126 <title>Contents</title>
127
128 <segmentedlist>
129 <segtitle>Installed Programs</segtitle>
[82027623]130 <segtitle>Installed Library</segtitle>
[7b385ce]131 <segtitle>Installed Directories</segtitle>
132
133 <seglistitem>
[82027623]134 <seg>
135 anjuta, anjuta-launcher and anjuta-tags
136 </seg>
137 <seg>
138 libanjuta-3.so
139 </seg>
140 <seg>
141 /usr/include/libanjuta-3.0, /usr/lib/anjuta, /usr/share/anjuta,
142 /usr/share/doc/anjuta,
143 /usr/share/gnome/help/{anjuta-build-tutorial,anjuta-faqs,anjuta-manual},
144 /usr/share/gtk-doc/html/libanjuta and /usr/share/pixmaps/anjuta
145 </seg>
[7b385ce]146 </seglistitem>
147 </segmentedlist>
148
149 <variablelist>
150 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
151 <?dbfo list-presentation="list"?>
152 <?dbhtml list-presentation="table"?>
153
154 <varlistentry id="anjuta-prog">
155 <term><command>anjuta</command></term>
156 <listitem>
157 <para>is the GNOME Integrated Development Environment.</para>
158 <indexterm zone="anjuta anjuta-prog">
159 <primary sortas="b-anjuta-prog">anjuta</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="anjuta-launcher">
165 <term><command>anjuta-launcher</command></term>
166 <listitem>
[82027623]167 <para>is invoked by Anjuta to launch programs from within the IDE
168 and to initialize a terminal for a debugging session.</para>
[7b385ce]169 <indexterm zone="anjuta anjuta-launcher">
170 <primary sortas="b-anjuta-launcher">anjuta-launcher</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="libanjuta-3">
176 <term><filename class='libraryfile'>libanjuta-3.so</filename></term>
177 <listitem>
[82027623]178 <para>contains the Anjuta API functions.</para>
[7b385ce]179 <indexterm zone="anjuta libanjuta-3">
180 <primary sortas="c-libanjuta-3">libanjuta-3.so</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
185 </variablelist>
186
187 </sect2>
188
189</sect1>
Note: See TracBrowser for help on using the repository browser.