diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-07-24 21:56:07 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-07-24 23:15:10 +0200 |
commit | 92556d5269509f61001c15369f781cecff279c2c (patch) | |
tree | 9aeaba02f1e0d5e97bf57ccc06e3295d3ca295f4 | |
parent | 2c69937ef581fdf434192201785cc3b32ad9b2e5 (diff) | |
download | tdv-92556d5269509f61001c15369f781cecff279c2c.tar.gz tdv-92556d5269509f61001c15369f781cecff279c2c.tar.xz tdv-92556d5269509f61001c15369f781cecff279c2c.zip |
README: mention gettext utilities as a dependency
-rw-r--r-- | README.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index 110c6cf..3c6cf43 100644 --- a/README.adoc +++ b/README.adoc @@ -28,8 +28,8 @@ The rest of this README will concern itself with externalities. Building and Running -------------------- -Build-only dependencies: CMake, pkg-config, asciidoctor, librsvg (for the GUI), - icoutils (for the GUI, when targetting Windows) + +Build-only dependencies: CMake, pkg-config, gettext utilities, asciidoctor, + 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) |