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 39 40 41 42 43 44
|
README for Hexer version 0.1.4c
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.4c.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:
demetrio@cs.uni-sb.de
Sascha Demetrio
Changes made to the original product:
* Removed use of obsoleted symbols sys_errlist and sys_nerr.
* Fixed bug in bin2c; getopt returns an int, not a char.
Peter Mathiasson <peterm@debian.org>
|