From 3384f8f62aef7e51a999fda1ed8e93513b3656e3 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Thu, 3 Oct 2013 17:55:23 +0200 Subject: [PATCH] add README --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..d031efa --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +this is hexedit0r, rofl0r's fork of hexedit 1.2.12 +================================================== + +differences from upstream hexedit: + - colors are enabled by default + - no autconf + +requirements: + - a C compiler, preferably GCC + - ncurses headers and libraries + - gnu make + +installation: + make CC=gcc [CFLAGS="-Wall"] [LDFLAGS="-static"] [-j16] + make [prefix=/usr] [DESTDIR=$HOME] install -- 2.11.4.GIT