readme: Update build and run instructions
This commit is contained in:
15
README.md
15
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
|
eekboard is a virtual keyboard software package, including a set of
|
||||||
tools to implement desktop virtual keyboards.
|
tools to implement desktop virtual keyboards.
|
||||||
|
|
||||||
|
*squeekboard* is the Wayland support branch.
|
||||||
|
|
||||||
Building
|
Building
|
||||||
--------
|
--------
|
||||||
|
|
||||||
### Dependencies
|
### 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
|
OPTIONAL: libXtst, at-spi2-core, IBus, Clutter, Clutter-Gtk, Python, Vala, gobject-introspection, libcanberra
|
||||||
|
|
||||||
### Build from git repo
|
### 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
|
||||||
$ 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'
|
|
||||||
```
|
```
|
||||||
|
|||||||
@ -13,11 +13,6 @@ PKG_NAME="eekboard"
|
|||||||
exit 1
|
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"
|
ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4"
|
||||||
REQUIRED_AUTOMAKE_VERSION=1.10
|
REQUIRED_AUTOMAKE_VERSION=1.10
|
||||||
REQUIRED_AUTOCONF_VERSION=2.60
|
REQUIRED_AUTOCONF_VERSION=2.60
|
||||||
|
|||||||
Reference in New Issue
Block a user