README: make sdgui more of a first-class citizen

This commit is contained in:
Přemysl Eric Janouch 2021-10-17 11:25:32 +02:00
parent c364ec3b81
commit 5216205056
Signed by: p
GPG Key ID: A0420B94F92B9493
2 changed files with 4 additions and 3 deletions

View File

@ -79,7 +79,7 @@ if (WITH_X11)
endif ()
pkg_check_modules (gtk gtk+-3.0)
option (WITH_GUI "Build a work-in-progress GTK+ UI" ${gtk_FOUND})
option (WITH_GUI "Build an alternative GTK+ UI" ${gtk_FOUND})
link_directories (${dependencies_LIBRARY_DIRS})
include_directories (${ZLIB_INCLUDE_DIRS} ${icu_INCLUDE_DIRS}

View File

@ -81,8 +81,9 @@ and general undesirability of terminal UIs, it might be better to start anew.
Graphical UI
------------
With GTK+ 3 development packages installed, an alternative, work-in-progress
frontend will be built and installed.
With GTK+ 3 development packages installed, an alternative frontend will be
built and installed. It shares the default dictionary list with 'sdtui',
but styling will follow your theme, and has to be customized from 'gtk.css'.
Contributing and Support
------------------------