sdgui: rasterize some icons, including for Windows

This commit is contained in:
2021-10-27 09:48:57 +02:00
parent 0eb935ad9f
commit 46e9b7b584
2 changed files with 47 additions and 3 deletions

View File

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