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.
This commit is contained in:
2021-10-06 16:09:35 +02:00
parent 3c87b95c31
commit 03f2123447
5 changed files with 11 additions and 11 deletions

View File

@@ -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