source: gnome/add/ghex.xml@ ef6d249

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

ghex 3.4.0, nemiver 0.9.2, seahorse 3.4.1, totem 3.4.1. Made rarian recommended where it was optional.

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

  • Property mode set to 100644
File size: 4.1 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 ghex-download-http "&gnome-download-http;/ghex/3.4/ghex-&ghex-version;.tar.xz">
8 <!ENTITY ghex-download-ftp "&gnome-download-ftp;/ghex/3.4/ghex-&ghex-version;.tar.xz">
9 <!ENTITY ghex-md5sum "02e6c46deaefa507c70a333769aa8524">
10 <!ENTITY ghex-size "1.3 MB">
11 <!ENTITY ghex-buildsize "15 MB">
12 <!ENTITY ghex-time "0.3 SBU">
13]>
14
15<sect1 id="ghex" xreflabel="Ghex-&ghex-version;">
16 <?dbhtml filename="ghex.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Ghex-&ghex-version;</title>
24
25 <indexterm zone="ghex">
26 <primary sortas="a-ghex">ghex</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Ghex</title>
31
32 <para><application>Ghex</application> allows the user to view and edit data from
33 any file in hex and ASCII.</para>
34
35 &lfs70_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&ghex-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&ghex-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &ghex-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &ghex-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &ghex-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &ghex-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <bridgehead renderas="sect3">Ghex Dependencies</bridgehead>
60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required">
63 <xref linkend="gnome-doc-utils"/> and
64 <xref linkend="gtk3"/>
65 </para>
66
67 <bridgehead renderas="sect4">Recommended</bridgehead>
68 <para role="recommended">
69 <xref linkend="rarian"/>
70 </para>
71
72 <para condition="html" role="usernotes">User Notes:
73 <ulink url="&blfs-wiki;/ghex"/></para>
74
75 </sect2>
76
77 <sect2 role="installation">
78 <title>Installation of Ghex</title>
79
80 <para>Install <application>Ghex</application> by running the following
81 commands:</para>
82
83<screen><userinput>./configure --prefix=/usr &amp;&amp;
84make</userinput></screen>
85
86 <para>This package&apos;s testsuite is only intended to be used by the
87 maintainer to check i18n files.</para>
88
89 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
90
91<screen role="root"><userinput>make install</userinput></screen>
92
93 </sect2>
94
95 <sect2 role="content">
96 <title>Contents</title>
97
98 <segmentedlist>
99 <segtitle>Installed Program</segtitle>
100 <segtitle>Installed Library</segtitle>
101 <segtitle>Installed Directories</segtitle>
102
103 <seglistitem>
104 <seg>
105 ghex
106 </seg>
107 <seg>
108 libgtkhex-3.so
109 </seg>
110 <seg>
111 /usr/include/gtkhex-3, /usr/share/gnome/help/ghex and
112 /usr/share/omf/ghex
113 </seg>
114 </seglistitem>
115 </segmentedlist>
116
117 <variablelist>
118 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
119 <?dbfo list-presentation="list"?>
120 <?dbhtml list-presentation="table"?>
121
122 <varlistentry id="ghex-prog">
123 <term><command>ghex</command></term>
124 <listitem>
125 <para>is a GTK+ binary file editor.</para>
126 <indexterm zone="ghex ghex-prog">
127 <primary sortas="b-ghex">ghex</primary>
128 </indexterm>
129 </listitem>
130 </varlistentry>
131
132 <varlistentry id="libgtkhex-3">
133 <term><filename class='libraryfile'>libgtkhex-3.so</filename></term>
134 <listitem>
135 <para>contains the Ghex API functions.</para>
136 <indexterm zone="ghex libgtkhex-3">
137 <primary sortas="c-libgtkhex-3">libgtkhex-3.so</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 </variablelist>
143
144 </sect2>
145
146</sect1>
Note: See TracBrowser for help on using the repository browser.