source: archive/gnome/nemiver.xml@ 7e618fdf

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7e618fdf was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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