1 this is hexedit0r, rofl0r's fork of hexedit 1.2.12
2 ==================================================
4 differences from upstream hexedit:
5 - colors are enabled by default
7 - less type bugs (like using int for sizes)
10 - a C compiler, preferably GCC
11 - ncurses headers and libraries
15 make CC=gcc [CFLAGS="-Wall"] [LDFLAGS="-static"] [-j16]
16 make [prefix=/usr] [DESTDIR=$HOME] install
18 in case your libc has memmem and/or memrmem, you can
19 add -DHAVE_MEMMEM / -DHAVE_MEMRMEM to your CFLAGS to use
20 the version provided by the libc.
21 likewise, if you have sys/mount.h, add -DHAVE_SYS_MOUNT_H.