34 lines
737 B
Plaintext
34 lines
737 B
Plaintext
eekboard - an easy to use virtual keyboard library -*- 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, GTK, GConf2, PangoCairo, libxklavier, libfakekey, libnotify, CSPI
|
|
* Clutter (optional)
|
|
* Clutter-Gtk (optional)
|
|
* Vala (optional)
|
|
* gobject-introspection (optional)
|
|
|
|
* How to test
|
|
|
|
Build from git repo:
|
|
|
|
$ git clone git://github.com/ueno/eekboard.git
|
|
$ cd eekboard
|
|
$ ./autogen.sh --prefix=/usr --enable-gtk-doc
|
|
|
|
Build from tarball:
|
|
|
|
$ ./configure
|
|
$ make
|
|
$ sudo make install
|
|
$ eekboard
|
|
|
|
* Documentation
|
|
|
|
<file:docs/reference/eek/html/index.html>
|
|
|