Follow the PKGNAME change.
This commit is contained in:
25
README
25
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user