remove line-end witespace noise
[rofl0r-hexedit0r.git] / README
blobe930afa9de10b3c6a6227c90ac5d9befa9b40f3c
1 this is hexedit0r, rofl0r's fork of hexedit 1.2.12
2 ==================================================
4 differences from upstream hexedit:
5   - colors are enabled by default
6   - no autconf
7   - less type bugs (like using int for sizes)
9 requirements:
10   - a C compiler, preferably GCC
11   - ncurses headers and libraries
12   - gnu make
14 installation:
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.