diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-08-24 00:43:14 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-08-24 00:55:32 +0200 |
commit | b0f1d3d6ea1b380e628958bd1b17ccb2c789ec2d (patch) | |
tree | cee4cc7f95b7a2dd89e36b4dae122a5639073490 /README.adoc | |
parent | 4073749d3bd11d73290bc37904efd77b84272270 (diff) | |
download | tdv-b0f1d3d6ea1b380e628958bd1b17ccb2c789ec2d.tar.gz tdv-b0f1d3d6ea1b380e628958bd1b17ccb2c789ec2d.tar.xz tdv-b0f1d3d6ea1b380e628958bd1b17ccb2c789ec2d.zip |
Build with AsciiDoc as well as Asciidoctor
And bump copyright years.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/README.adoc b/README.adoc index 2f928af..d5bee2c 100644 --- a/README.adoc +++ b/README.adoc @@ -28,11 +28,14 @@ The rest of this README will concern itself with externalities. Building and Running -------------------- -Build-only dependencies: CMake, pkg-config, gettext utilities, asciidoctor, +Build-only dependencies: + CMake, pkg-config, gettext utilities, asciidoctor or asciidoc + +Optional build-only dependencies: librsvg (for the GUI), icoutils (for the GUI, when targetting Windows) + -Runtime dependencies: ncursesw, zlib, ICU, termo (included), glib-2.0 >= 2.38, - pango, xcb, xcb-xfixes (the latter two optional for the TUI), - gtk+-3.0 (for the GUI) +Runtime dependencies: + ncursesw, zlib, ICU, termo (included), glib-2.0 >= 2.38, pango + +Optional runtime dependencies: + xcb, xcb-xfixes (the first two for the TUI), gtk+-3.0 (for the GUI) $ git clone --recursive https://git.janouch.name/p/sdtui.git $ mkdir sdtui/build |