From 5216205056cbb5bc7b1eb26c490b96a9c38801d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 17 Oct 2021 11:25:32 +0200 Subject: [PATCH] README: make sdgui more of a first-class citizen --- CMakeLists.txt | 2 +- README.adoc | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2b9083..3d24172 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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} diff --git a/README.adoc b/README.adoc index 727d3a0..b6b219c 100644 --- a/README.adoc +++ b/README.adoc @@ -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 ------------------------