glfs/archive/gnome/anjuta.xml
Xi Ruoyao 45ab6c70c2
more SVN prop clean up
Remove "$LastChanged$" everywhere, and also some unused $Date$
2021-04-20 19:12:02 +08:00

222 lines
6.3 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY anjuta-download-http "&gnome-download-http;/anjuta/3.4/anjuta-&anjuta-version;.tar.xz">
<!ENTITY anjuta-download-ftp "&gnome-download-ftp;/anjuta/3.4/anjuta-&anjuta-version;.tar.xz">
<!ENTITY anjuta-md5sum "b6a8093a8096a2337db1b50464eec1ea">
<!ENTITY anjuta-size "5.7 MB">
<!ENTITY anjuta-buildsize "220 MB">
<!ENTITY anjuta-time "4.0 SBU">
]>
<sect1 id="anjuta" xreflabel="Anjuta-&anjuta-version;">
<?dbhtml filename="anjuta.html"?>
<sect1info>
<date>$Date$</date>
</sect1info>
<title>Anjuta-&anjuta-version;</title>
<indexterm zone="anjuta">
<primary sortas="a-Anjuta">Anjuta</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Anjuta</title>
<para>
<application>Anjuta</application> is a versatile software development studio
featuring a number of advanced programming facilities including project
management, application wizard, interactive debugger, source editor,
version control, GUI designer, profiler.
</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&anjuta-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&anjuta-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &anjuta-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &anjuta-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &anjuta-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &anjuta-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Anjuta Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="gdl"/>,
<xref linkend="gnome-doc-utils"/>,
<xref linkend="gtksourceview"/>,
<xref linkend="libgda"/> and
<xref linkend="vte"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="autogen"/>,
<xref linkend="devhelp"/>,
<xref linkend="glade"/>,
<xref linkend="gobject-introspection"/>,
<xref linkend="rarian"/> and
<xref linkend="vala"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="gtk-doc"/> and
<xref linkend="subversion"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/anjuta"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Anjuta</title>
<para>
Install <application>Anjuta</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr \
--disable-packagekit &amp;&amp;
make</userinput></screen>
<para>
To test the results, issue: <command>make check</command>.
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<option>--disable-packagekit</option>: This parameter disables use
of PackageKit which isn't suitable for BLFS.
</para>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/without-scrollkeeper.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/gtk-doc-rebuild.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Library</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
anjuta, anjuta-launcher and anjuta-tags
</seg>
<seg>
libanjuta-3.so
</seg>
<seg>
/usr/include/libanjuta-3.0,
/usr/lib/anjuta,
/usr/share/anjuta,
/usr/share/doc/anjuta,
/usr/share/gnome/help/{anjuta-build-tutorial,anjuta-faqs,anjuta-manual},
/usr/share/gtk-doc/html/libanjuta and
/usr/share/pixmaps/anjuta
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="anjuta-prog">
<term><command>anjuta</command></term>
<listitem>
<para>
is the <application>GNOME</application> Integrated
Development Environment.
</para>
<indexterm zone="anjuta anjuta-prog">
<primary sortas="b-anjuta-prog">anjuta</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="anjuta-launcher">
<term><command>anjuta-launcher</command></term>
<listitem>
<para>
is invoked by <application>Anjuta</application> to
launch programs from within the IDE and to
initialize a terminal for a debugging session.
</para>
<indexterm zone="anjuta anjuta-launcher">
<primary sortas="b-anjuta-launcher">anjuta-launcher</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libanjuta-3">
<term><filename class='libraryfile'>libanjuta-3.so</filename></term>
<listitem>
<para>
contains the <application>Anjuta</application> API functions.
</para>
<indexterm zone="anjuta libanjuta-3">
<primary sortas="c-libanjuta-3">libanjuta-3.so</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>