From b079d83802d8e2b8e72a50c0142ea2e16d10efed Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 13 Jun 2010 07:57:51 +0900 Subject: [PATCH] Follow the PKGNAME change. --- README | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/README b/README index a9bf5cec..44518bb6 100644 --- a/README +++ b/README @@ -1,26 +1,21 @@ -EekBoard - Easy Embedded Keyboard -*- outline -*- - -*NOTE* This is not usable by now. The code has still a lot of bugs and -lacks documentation. - -* What's this? +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"). -* Quick look - - http://ueno.fedorapeople.org/eek/eek-in-demo.ogv (2MB, Ogg Theora video) +*NOTE* EekBoard is still under heavy development. The code has still a +lot of bugs and lacks documentation. * How to test - $ git clone git://github.com/ueno/eek.git eekboard - $ cd eekboard - $ ./autogen.sh --prefix=/usr --enable-gtk-doc - $ make - $ sudo make install - $ eekboard + $ sudo apt-get install libclutter-gtk-0.10-dev libfakekey-dev + $ git clone git://github.com/ueno/eekboard.git + $ cd eekboard + $ ./autogen.sh --prefix=/usr --enable-gtk-doc + $ make + $ sudo make install + $ eekboard * libeek API (not fixed)