/vkbd-ng

Virtual keyboard based on EFL.Some code from vkbd and Keys

Primary LanguagePythonOtherNOASSERTION

VIRTUAL KEYBOARD BASED ON PYTHON-EFL

REQUIREMENTS
============

 * Virtkey
 * Python-Evas
 * Python-Ecore
 * Python-Edje
 * Edje_cc
 * Python-setuptools >= 0.6c6

BUILDING AND INSTALLING
=======================

This package uses setuptools, so run this:

python setup.py clean
	
	Cleanup the tree.

python setup.py build
	
	Make the edje file etc.

python setup.py install
	
	Install it to the selected location(by default /usr)

You can choose where to install by using command options, see output
of "python setup.py <command> --help", example:

        python setup.py install --help