source: archive/gnome/anjuta.xml@ 54e3917

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 54e3917 was 54e3917, checked in by Krejzi <krejzi@…>, 12 years ago

GNOME Organisation - Part 3 .

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

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