diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-10-27 09:48:57 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-10-27 09:48:57 +0200 |
commit | 46e9b7b5843b130094212cb5f693e90488a53d50 (patch) | |
tree | 1abfa31658920f16ef7b0e7ae1540faddda3d263 /README.adoc | |
parent | 0eb935ad9f23856cafafafdf80a6a33afe31a63c (diff) | |
download | tdv-46e9b7b5843b130094212cb5f693e90488a53d50.tar.gz tdv-46e9b7b5843b130094212cb5f693e90488a53d50.tar.xz tdv-46e9b7b5843b130094212cb5f693e90488a53d50.zip |
sdgui: rasterize some icons, including for Windows
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 d6bfc50..543e179 100644 --- a/README.adoc +++ b/README.adoc @@ -28,10 +28,10 @@ The rest of this README will concern itself with externalities. Building and Running -------------------- -Build dependencies: CMake, pkg-config, asciidoctor + +Build dependencies: CMake, pkg-config, asciidoctor, librsvg (for the GUI) + 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 alternative graphical UI) + gtk+-3.0 (for the GUI) $ git clone --recursive https://git.janouch.name/p/sdtui.git $ mkdir sdtui/build |