Follow the PKGNAME change.

This commit is contained in:
Daiki Ueno
2010-06-13 07:57:51 +09:00
parent 636448b0f5
commit b079d83802

25
README
View File

@ -1,26 +1,21 @@
EekBoard - Easy Embedded Keyboard -*- outline -*- EekBoard - a virtual keyboard for GNOME -*- outline -*-
*NOTE* This is not usable by now. The code has still a lot of bugs and
lacks documentation.
* What's this?
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
create keyboard-like UI ("libeek"). create keyboard-like UI ("libeek").
* Quick look *NOTE* EekBoard is still under heavy development. The code has still a
lot of bugs and lacks documentation.
http://ueno.fedorapeople.org/eek/eek-in-demo.ogv (2MB, Ogg Theora video)
* How to test * How to test
$ git clone git://github.com/ueno/eek.git eekboard $ sudo apt-get install libclutter-gtk-0.10-dev libfakekey-dev
$ cd eekboard $ git clone git://github.com/ueno/eekboard.git
$ ./autogen.sh --prefix=/usr --enable-gtk-doc $ cd eekboard
$ make $ ./autogen.sh --prefix=/usr --enable-gtk-doc
$ sudo make install $ make
$ eekboard $ sudo make install
$ eekboard
* libeek API (not fixed) * libeek API (not fixed)