source: archive/gnome/anjuta.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

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