aboutsummaryrefslogtreecommitdiff
path: root/README.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2023-06-17 15:50:56 +0200
committerPřemysl Eric Janouch <p@janouch.name>2023-06-19 13:19:48 +0200
commit00d6c5ede909c45d44c904a02f658256130b84ff (patch)
treef8e4ae321ee6e0067f2f26dd435042114f9459b0 /README.adoc
parentb87206bb931f10da622a95f8bd2f01b1ad6be706 (diff)
downloadhex-00d6c5ede909c45d44c904a02f658256130b84ff.tar.gz
hex-00d6c5ede909c45d44c904a02f658256130b84ff.tar.xz
hex-00d6c5ede909c45d44c904a02f658256130b84ff.zip
Bump liberty, move the UI to liberty-xui.c
This deduplicates code between nncmpp and hex, while adding functionality.
Diffstat (limited to 'README.adoc')
-rw-r--r--README.adoc3
1 files changed, 2 insertions, 1 deletions
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