Files
squeekboard/README
2011-01-25 18:08:36 +09:00

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>