From 0c945bdc7e72de3d9287bbddaa6711c0671b5656 Mon Sep 17 00:00:00 2001 From: Dorota Czaplejewicz Date: Sun, 3 Feb 2019 19:24:02 +0000 Subject: [PATCH] readme: Update build and run instructions --- README.md | 15 ++++++--------- autogen.sh | 5 ----- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index efecb62e..e48084cb 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,14 @@ eekboard - an easy to use virtual keyboard toolkit eekboard is a virtual keyboard software package, including a set of tools to implement desktop virtual keyboards. +*squeekboard* is the Wayland support branch. + Building -------- ### Dependencies -REQUIRED: GLib2, GTK, PangoCairo, libxklavier, libcroco +REQUIRED: GLib2, GTK-3.0, PangoCairo, libxklavier, libcroco OPTIONAL: libXtst, at-spi2-core, IBus, Clutter, Clutter-Gtk, Python, Vala, gobject-introspection, libcanberra ### Build from git repo @@ -34,13 +36,8 @@ Running ------- ``` +$ rootston +$ export GSETTINGS_SCHEMA_DIR=$YOUR_PREFIX/share/glib-2.0/schemas +$ eekboard-server & $ eekboard -$ eekboard -f # show/hide automatically based on focus-in/focus-out events -``` - -Even though `eekboard -f` watches a11y events by default, it currently -works better with IBus. To use IBus, do: - -``` -$ gsettings set org.fedorahosted.eekboard focus-listener 'ibus' ``` diff --git a/autogen.sh b/autogen.sh index 3c6d9762..673d5850 100755 --- a/autogen.sh +++ b/autogen.sh @@ -13,11 +13,6 @@ PKG_NAME="eekboard" exit 1 } -which gnome-autogen.sh || { - echo "You need to install gnome-common from the GNOME CVS" - exit 1 -} - ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4" REQUIRED_AUTOMAKE_VERSION=1.10 REQUIRED_AUTOCONF_VERSION=2.60