mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
ef6d24975f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10024 af4574ff-66df-0310-9fd7-8a98e5e911e0
147 lines
4.1 KiB
XML
147 lines
4.1 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 ghex-download-http "&gnome-download-http;/ghex/3.4/ghex-&ghex-version;.tar.xz">
|
|
<!ENTITY ghex-download-ftp "&gnome-download-ftp;/ghex/3.4/ghex-&ghex-version;.tar.xz">
|
|
<!ENTITY ghex-md5sum "02e6c46deaefa507c70a333769aa8524">
|
|
<!ENTITY ghex-size "1.3 MB">
|
|
<!ENTITY ghex-buildsize "15 MB">
|
|
<!ENTITY ghex-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="ghex" xreflabel="Ghex-&ghex-version;">
|
|
<?dbhtml filename="ghex.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Ghex-&ghex-version;</title>
|
|
|
|
<indexterm zone="ghex">
|
|
<primary sortas="a-ghex">ghex</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Ghex</title>
|
|
|
|
<para><application>Ghex</application> allows the user to view and edit data from
|
|
any file in hex and ASCII.</para>
|
|
|
|
&lfs70_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>Download (HTTP): <ulink url="&ghex-download-http;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download (FTP): <ulink url="&ghex-download-ftp;"/></para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download MD5 sum: &ghex-md5sum;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Download size: &ghex-size;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated disk space required: &ghex-buildsize;</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Estimated build time: &ghex-time;</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Ghex Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gnome-doc-utils"/> and
|
|
<xref linkend="gtk3"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="rarian"/>
|
|
</para>
|
|
|
|
<para condition="html" role="usernotes">User Notes:
|
|
<ulink url="&blfs-wiki;/ghex"/></para>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Ghex</title>
|
|
|
|
<para>Install <application>Ghex</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>This package's testsuite is only intended to be used by the
|
|
maintainer to check i18n files.</para>
|
|
|
|
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Program</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
ghex
|
|
</seg>
|
|
<seg>
|
|
libgtkhex-3.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/gtkhex-3, /usr/share/gnome/help/ghex and
|
|
/usr/share/omf/ghex
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<varlistentry id="ghex-prog">
|
|
<term><command>ghex</command></term>
|
|
<listitem>
|
|
<para>is a GTK+ binary file editor.</para>
|
|
<indexterm zone="ghex ghex-prog">
|
|
<primary sortas="b-ghex">ghex</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="libgtkhex-3">
|
|
<term><filename class='libraryfile'>libgtkhex-3.so</filename></term>
|
|
<listitem>
|
|
<para>contains the Ghex API functions.</para>
|
|
<indexterm zone="ghex libgtkhex-3">
|
|
<primary sortas="c-libgtkhex-3">libgtkhex-3.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|