Update README.

This commit is contained in:
Daiki Ueno
2011-01-25 18:08:31 +09:00
parent 48e64f1c32
commit cb49214667

16
README
View File

@ -1,4 +1,4 @@
eekboard - a virtual keyboard for GNOME -*- outline -*- eekboard - an easy to use virtual keyboard library -*- outline -*-
eekboard is a virtual keyboard software package which ships with a eekboard is a virtual keyboard software package which ships with a
standalone virtual keyboard application ("eekboard"), and a library to standalone virtual keyboard application ("eekboard"), and a library to
@ -6,24 +6,28 @@ create keyboard-like UI ("libeek").
* Requirements * Requirements
* GLib2, GTK2, Cairo, Pango, Libxklavier... * GLib2, GTK, GConf2, PangoCairo, libxklavier, libfakekey, libnotify, CSPI
* Clutter (optional) * Clutter (optional)
* Clutter-Gtk (optional) * Clutter-Gtk (optional)
* Vala (optional)
* gobject-introspection (optional)
* How to test * How to test
If you build from git repo: Build from git repo:
$ git clone git://github.com/ueno/eekboard.git $ git clone git://github.com/ueno/eekboard.git
$ cd eekboard $ cd eekboard
$ ./autogen.sh --prefix=/usr --enable-gtk-doc $ ./autogen.sh --prefix=/usr --enable-gtk-doc
Otherwise start from here: Build from tarball:
$ ./configure $ ./configure
$ make $ make
$ sudo make install $ sudo make install
$ eekboard $ eekboard
*NOTE* some version combination of Clutter & Clutter-Gtk does not * Documentation
cooperate well. Try "EEKBOARD_DISABLE_CLUTTER=1 eekboard"
<file:docs/reference/eek/html/index.html>