source: gnome/add/anjuta.xml@ f72a04a

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f72a04a was 37aba7f, checked in by Krejzi <krejzi@…>, 12 years ago

Anjuta 3.4.2, SpiderMonkey command explanations, Polkit XML Fixes.

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

  • Property mode set to 100644
File size: 6.9 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 "ef9562322c9ce2d6e53cb8c138b36262">
10 <!ENTITY anjuta-size "5.9 MB">
11 <!ENTITY anjuta-buildsize "210 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 First, create a file which was ommited when upstream created the
112 tarball by running the following command:
113 </para>
114
115<screen><userinput>cat &gt; plugins/python-loader/anjuta-python-loader.plugin.in &lt;&lt; "EOF"
116<literal>[Anjuta Plugin]
117_Name=Python loader
118_Description=Allows loading Anjuta plugins written in Python
119Location=anjuta-python-loader:PythonLoaderPlugin
120#Icon=anjuta-python-loader-plugin.png
121Interfaces=IAnjutaPluginLoader
122UserActivable=no
123
124[Plugin Loader]
125SupportedLanguage=Python</literal>
126EOF</userinput></screen>
127
128 <para>
129 Install <application>Anjuta</application> by running the following
130 commands:
131 </para>
132
133<screen><userinput>./configure --prefix=/usr \
134 --disable-packagekit &amp;&amp;
135make</userinput></screen>
136
137 <para>
138 To test the results, issue: <command>make check</command>.
139 </para>
140
141 <para>
142 Now, as the <systemitem class="username">root</systemitem> user:
143 </para>
144
145<screen role="root"><userinput>make install</userinput></screen>
146
147 </sect2>
148
149 <sect2 role="commands">
150 <title>Command Explanations</title>
151
152 <para>
153 <option>--disable-packagekit</option>: This parameter disables use
154 of PackageKit which isn't suitable for BLFS.
155 </para>
156
157 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
158 href="../../xincludes/without-scrollkeeper.xml"/>
159
160 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
161 href="../../xincludes/gtk-doc-rebuild.xml"/>
162
163 </sect2>
164
165 <sect2 role="content">
166 <title>Contents</title>
167
168 <segmentedlist>
169 <segtitle>Installed Programs</segtitle>
170 <segtitle>Installed Library</segtitle>
171 <segtitle>Installed Directories</segtitle>
172
173 <seglistitem>
174 <seg>
175 anjuta, anjuta-launcher and anjuta-tags
176 </seg>
177 <seg>
178 libanjuta-3.so
179 </seg>
180 <seg>
181 /usr/include/libanjuta-3.0,
182 /usr/lib/anjuta,
183 /usr/share/anjuta,
184 /usr/share/doc/anjuta,
185 /usr/share/gnome/help/{anjuta-build-tutorial,anjuta-faqs,anjuta-manual},
186 /usr/share/gtk-doc/html/libanjuta and
187 /usr/share/pixmaps/anjuta
188 </seg>
189 </seglistitem>
190 </segmentedlist>
191
192 <variablelist>
193 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
194 <?dbfo list-presentation="list"?>
195 <?dbhtml list-presentation="table"?>
196
197 <varlistentry id="anjuta-prog">
198 <term><command>anjuta</command></term>
199 <listitem>
200 <para>
201 is the <application>GNOME</application> Integrated
202 Development Environment.
203 </para>
204 <indexterm zone="anjuta anjuta-prog">
205 <primary sortas="b-anjuta-prog">anjuta</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 <varlistentry id="anjuta-launcher">
211 <term><command>anjuta-launcher</command></term>
212 <listitem>
213 <para>
214 is invoked by <application>Anjuta</application> to
215 launch programs from within the IDE and to
216 initialize a terminal for a debugging session.
217 </para>
218 <indexterm zone="anjuta anjuta-launcher">
219 <primary sortas="b-anjuta-launcher">anjuta-launcher</primary>
220 </indexterm>
221 </listitem>
222 </varlistentry>
223
224 <varlistentry id="libanjuta-3">
225 <term><filename class='libraryfile'>libanjuta-3.so</filename></term>
226 <listitem>
227 <para>
228 contains the <application>Anjuta</application> API functions.
229 </para>
230 <indexterm zone="anjuta libanjuta-3">
231 <primary sortas="c-libanjuta-3">libanjuta-3.so</primary>
232 </indexterm>
233 </listitem>
234 </varlistentry>
235
236 </variablelist>
237
238 </sect2>
239
240</sect1>
Note: See TracBrowser for help on using the repository browser.