glfs/archive/gnome/nemiver.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

180 lines
4.8 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 nemiver-download-http "&gnome-download-http;/nemiver/0.9/nemiver-&nemiver-version;.tar.xz">
<!ENTITY nemiver-download-ftp "&gnome-download-ftp;/nemiver/0.9/nemiver-&nemiver-version;.tar.xz">
<!ENTITY nemiver-md5sum "37330e7291bfcc578d36add5274dd70e">
<!ENTITY nemiver-size "2.3 MB">
<!ENTITY nemiver-buildsize "195 MB">
<!ENTITY nemiver-time "2.5 SBU">
]>
<sect1 id="nemiver" xreflabel="Nemiver-&nemiver-version;">
<?dbhtml filename="nemiver.html"?>
<sect1info>
<date>$Date$</date>
</sect1info>
<title>Nemiver-&nemiver-version;</title>
<indexterm zone="nemiver">
<primary sortas="a-Nemiver">Nemiver</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Nemiver</title>
<para>
<application>Nemiver</application> is an ongoing attempt to write
a standalone graphical debugger that integrates well in the
<application>GNOME</application> Desktop environment.
</para>
&lfs70_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>
Download (HTTP): <ulink url="&nemiver-download-http;"/>
</para>
</listitem>
<listitem>
<para>
Download (FTP): <ulink url="&nemiver-download-ftp;"/>
</para>
</listitem>
<listitem>
<para>
Download MD5 sum: &nemiver-md5sum;
</para>
</listitem>
<listitem>
<para>
Download size: &nemiver-size;
</para>
</listitem>
<listitem>
<para>
Estimated disk space required: &nemiver-buildsize;
</para>
</listitem>
<listitem>
<para>
Estimated build time: &nemiver-time;
</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Nemiver Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="dconf"/>,
<xref linkend="gdb"/>,
<xref linkend="gdlmm"/>,
<xref linkend="ghex"/>,
<xref linkend="gnome-doc-utils"/>,
<xref linkend="gsettings-desktop-schemas"/>,
<xref linkend="gtksourceviewmm"/>,
<xref linkend="libgtop"/> and
<xref linkend="vte"/>
</para>
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="rarian"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="boost"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/nemiver"/>
</para>
</sect2>
<sect2 role="installation">
<title>Installation of Nemiver</title>
<para>
Install <application>Nemiver</application> by running the following
commands:
</para>
<screen><userinput>./configure --prefix=/usr --disable-static &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>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/static-libraries.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/without-scrollkeeper.xml"/>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
nemiver
</seg>
<seg>
/usr/include/nemiver,
/usr/lib/nemiver,
/usr/share/gnome/help/nemiver,
/usr/share/nemiver and
/usr/share/omf/nemiver
</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="nemiver-prog">
<term><command>nemiver</command></term>
<listitem>
<para>
is the graphical debugger for <application>GNOME</application>.
</para>
<indexterm zone="nemiver nemiver-prog">
<primary sortas="b-nemiver">nemiver</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>