ghex - Binary file editor ChangeLog

HOWTO


# GHex 2.2.1
# ==========
# Slackware 9.0's 'ghex' package includes version 2.2.0 (for Gnome 2.2.x),
# 9.1's includes version 2.4.0.1 (for Gnome 2.4.x)

# As I write this, ghex 2.4.1 and 2.5.2 are also out.  If I ever upgrade
# this machine to Gnome 2.4.x, I'll add at least the 2.4.x version here.

# Prerequisites:
# make
# gcc
# binutils
# fileutils
# perl
# grep
# pkg-config
# libgnomeui-2.0 >= 2.0.0
# libglade-2.0 >= 2.0.0
# libgnomeprintui-2.2
# gail >= 0.17
# gettext
# libpopt
# glib
# gconf

cd
test -f installed/ghex-2.2.1.tar.bz2 && mv installed/ghex-2.2.1.tar.bz2 .
test ! -f ghex-2.2.1.tar.bz2 &&
wget http://ftp.gnome.org/pub/gnome/sources/ghex/2.2/ghex-2.2.1.tar.bz2

# Verify tarball w/ md5sum:
echo "a10ef7db355d2c7790b5d999d0b3087a" ; md5sum ghex-2.2.1.tar.bz2

cd /usr/local/src
find -type d -maxdepth 1 -name "ghex-*" -exec rm -r {} \;
tar xjvf ~/ghex-2.2.1.tar.bz2
cd ghex-2.2.1
chown -R root.root .

# Patch it to fix a buglet:
wget -nc http://englanders.cc/pub/linux/patches/ghex-2.2.1.patch &&
patch -p0 < ghex-2.2.1.patch

./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var/lib
make
removepkg ghex
make install
find /usr/share/locale -type f -name "ghex-2.0.mo" -exec rm {} \;
cd
mkdir -p -m 0700 installed
rm -f installed/ghex-*.tar.*
mv ghex-2.2.1.tar.bz2 installed/

List of HOWTOs

Web page itself last updated: 2023-12-20 8:06pm (EDT -0400)
HOWTO last updated: 2003-12-30 12:14am
Copyright © 2001-2024 Jason Englander. All Rights reserved.
[HTML5]