File: README

package info (click to toggle)
hexer 0.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 788 kB
  • ctags: 995
  • sloc: ansic: 12,977; makefile: 98
file content (38 lines) | stat: -rw-r--r-- 1,336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
README for Hexer version 0.1.8

Hexer is a multi buffer editor for binary files for UN*X that displays its
buffer(s) as hex dump.  The user interface is kept similar to vi/ex.

The following systems are supported:

 - SunOS 4.x.x
 - Linux
 - FreeBSD
 - Irix

If you port Hexer to a different platform, please send an email-message
telling what changes you made (if any).

Please read the files `COPYRIGHT' and `hexer.doc'.

INSTALL:
	- To unpack hexer (you've probably done this already), type
		gunzip < hexer-0.1.8.tar.gz | tar -xvf -
	  where xxx is the version number.  This will create a subdirectory
	  `hexer-xxx'.  Change into that directory.
	- There are several configuration files named `config.xxx' where
	  xxx is the name of the operation system.  Check if theres a
	  config-file for your system and copy it to `config.h'.  If there's
	  no config-file for your system, you can use `config.any' and
	  modify it appropriately.
	- Skim trough `config.h' and `Makefile'.
	- Type `make'.
	- If you want a command line version of the builtin calculator "myc",
	  type `make myc'.
	- Type `make install' to install the binaries and the manual.

Feel free to send comments, bug reports and suggestions to
Peter Pentchev <roam@ringlet.net>

Copyright (c) 1995,1996 Sascha Demetrio
Copyright (c) 2009 - 2011, 2014 Peter Pentchev