diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-06 16:09:35 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-06 16:11:55 +0200 |
commit | 03f2123447b1a5537db1cdde016eb87eb2d2371f (patch) | |
tree | 1af7e50a4183d82bc20b488fbbb93192cb7356e5 /README.adoc | |
parent | 3c87b95c3189077aa52307a7f904d693a8b2f3cb (diff) | |
download | tdv-03f2123447b1a5537db1cdde016eb87eb2d2371f.tar.gz tdv-03f2123447b1a5537db1cdde016eb87eb2d2371f.tar.xz tdv-03f2123447b1a5537db1cdde016eb87eb2d2371f.zip |
GLib-related improvements
Now all error messages produced by tools should be in the right
encoding, even if the system isn't in UTF-8.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.adoc b/README.adoc index d225bbb..4f98061 100644 --- a/README.adoc +++ b/README.adoc @@ -31,8 +31,8 @@ a package with the latest development version from Archlinux's AUR. Building and Running -------------------- Build dependencies: CMake, pkg-config, asciidoctor + -Runtime dependencies: ncursesw, zlib, ICU, termo (included), - glib-2.0, pango, xcb, xcb-xfixes (the latter two optional) +Runtime dependencies: ncursesw, zlib, ICU, termo (included), glib-2.0 >= 2.38, + pango, xcb, xcb-xfixes (the latter two optional) $ git clone --recursive https://git.janouch.name/p/sdtui.git $ mkdir sdtui/build |