From 00d6c5ede909c45d44c904a02f658256130b84ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sat, 17 Jun 2023 15:50:56 +0200 Subject: Bump liberty, move the UI to liberty-xui.c This deduplicates code between nncmpp and hex, while adding functionality. --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.adoc') diff --git a/README.adoc b/README.adoc index f2b23d1..32436c6 100644 --- a/README.adoc +++ b/README.adoc @@ -3,7 +3,7 @@ hex 'hex' is yet another hex viewer. It automatically interprets fields within files using a set of Lua scripts, colorizing them and showing descriptions on -the side. +the side. It also runs equally well in the terminal, or as an X11 client. At the moment there aren't that many features and we only have a few decoders. @@ -24,6 +24,7 @@ Building and Running Build dependencies: CMake, pkg-config, awk, liberty (included), termo (included), asciidoctor or asciidoc (recommended but optional) + Runtime dependencies: ncursesw, libunistring, Lua >= 5.3 (for highlighting) +Optional runtime dependencies: x11, xft $ git clone --recursive https://git.janouch.name/p/hex.git $ mkdir hex/build -- cgit v1.2.3