source: archive/gnome/nemiver.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: 4.7 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 nemiver-download-http "&gnome-download-http;/nemiver/0.9/nemiver-&nemiver-version;.tar.xz">
8 <!ENTITY nemiver-download-ftp "&gnome-download-ftp;/nemiver/0.9/nemiver-&nemiver-version;.tar.xz">
9 <!ENTITY nemiver-md5sum "37330e7291bfcc578d36add5274dd70e">
10 <!ENTITY nemiver-size "2.3 MB">
11 <!ENTITY nemiver-buildsize "195 MB">
12 <!ENTITY nemiver-time "2.5 SBU">
13]>
14
15<sect1 id="nemiver" xreflabel="Nemiver-&nemiver-version;">
16 <?dbhtml filename="nemiver.html"?>
17
18
19 <title>Nemiver-&nemiver-version;</title>
20
21 <indexterm zone="nemiver">
22 <primary sortas="a-Nemiver">Nemiver</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Nemiver</title>
27
28 <para>
29 <application>Nemiver</application> is an ongoing attempt to write
30 a standalone graphical debugger that integrates well in the
31 <application>GNOME</application> Desktop environment.
32 </para>
33
34 &lfs70_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&nemiver-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&nemiver-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &nemiver-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &nemiver-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &nemiver-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &nemiver-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Nemiver Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="dconf"/>,
75 <xref linkend="gdb"/>,
76 <xref linkend="gdlmm"/>,
77 <xref linkend="ghex"/>,
78 <xref linkend="gnome-doc-utils"/>,
79 <xref linkend="gsettings-desktop-schemas"/>,
80 <xref linkend="gtksourceviewmm"/>,
81 <xref linkend="libgtop"/> and
82 <xref linkend="vte"/>
83 </para>
84
85 <bridgehead renderas="sect4">Recommended</bridgehead>
86 <para role="recommended">
87 <xref linkend="rarian"/>
88 </para>
89
90 <bridgehead renderas="sect4">Optional</bridgehead>
91 <para role="optional">
92 <xref linkend="boost"/>
93 </para>
94
95 <para condition="html" role="usernotes">User Notes:
96 <ulink url="&blfs-wiki;/nemiver"/>
97 </para>
98 </sect2>
99
100 <sect2 role="installation">
101 <title>Installation of Nemiver</title>
102
103 <para>
104 Install <application>Nemiver</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 To test the results, issue: <command>make check</command>.
113 </para>
114
115 <para>
116 Now, as the <systemitem class="username">root</systemitem> user:
117 </para>
118
119<screen role="root"><userinput>make install</userinput></screen>
120
121 </sect2>
122
123 <sect2 role="commands">
124 <title>Command Explanations</title>
125
126 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
127 href="../../xincludes/static-libraries.xml"/>
128
129 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
130 href="../../xincludes/without-scrollkeeper.xml"/>
131
132 </sect2>
133
134 <sect2 role="content">
135 <title>Contents</title>
136
137 <segmentedlist>
138 <segtitle>Installed Program</segtitle>
139 <segtitle>Installed Directories</segtitle>
140
141 <seglistitem>
142 <seg>
143 nemiver
144 </seg>
145 <seg>
146 /usr/include/nemiver,
147 /usr/lib/nemiver,
148 /usr/share/gnome/help/nemiver,
149 /usr/share/nemiver and
150 /usr/share/omf/nemiver
151 </seg>
152 </seglistitem>
153 </segmentedlist>
154
155 <variablelist>
156 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
157 <?dbfo list-presentation="list"?>
158 <?dbhtml list-presentation="table"?>
159
160 <varlistentry id="nemiver-prog">
161 <term><command>nemiver</command></term>
162 <listitem>
163 <para>
164 is the graphical debugger for <application>GNOME</application>.
165 </para>
166 <indexterm zone="nemiver nemiver-prog">
167 <primary sortas="b-nemiver">nemiver</primary>
168 </indexterm>
169 </listitem>
170 </varlistentry>
171
172 </variablelist>
173
174 </sect2>
175
176</sect1>
Note: See TracBrowser for help on using the repository browser.