remove misleading INT macro - it expanded to off_t
[rofl0r-hexedit0r.git] / README
blobd031efaf45422a567dbe240132c30f24510d715a
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
8 requirements:
9   - a C compiler, preferably GCC
10   - ncurses headers and libraries
11   - gnu make
13 installation:
14   make CC=gcc [CFLAGS="-Wall"] [LDFLAGS="-static"] [-j16]
15   make [prefix=/usr] [DESTDIR=$HOME] install