30 lines
717 B
Plaintext
30 lines
717 B
Plaintext
eekboard - a virtual keyboard for GNOME -*- outline -*-
|
|
|
|
eekboard is a virtual keyboard software package which ships with a
|
|
standalone virtual keyboard application ("eekboard"), and a library to
|
|
create keyboard-like UI ("libeek").
|
|
|
|
* Requirements
|
|
|
|
* GLib2, GTK2, Cairo, Pango, Libxklavier...
|
|
* Clutter (optional)
|
|
* Clutter-Gtk (optional)
|
|
|
|
* How to test
|
|
|
|
If you build from git repo:
|
|
|
|
$ git clone git://github.com/ueno/eekboard.git
|
|
$ cd eekboard
|
|
$ ./autogen.sh --prefix=/usr --enable-gtk-doc
|
|
|
|
Otherwise start from here:
|
|
|
|
$ ./configure
|
|
$ make
|
|
$ sudo make install
|
|
$ eekboard
|
|
|
|
*NOTE* some version combination of Clutter & Clutter-Gtk does not
|
|
cooperate well. Try "EEKBOARD_DISABLE_CLUTTER=1 eekboard"
|