kuuko pushed a commit to branch master. http://git.enlightenment.org/misc/polkit-efl.git/commit/?id=fb9a592b65cdb7bf62181dbe5feeb5a8beea1484
commit fb9a592b65cdb7bf62181dbe5feeb5a8beea1484 Author: Kai Huuhko <kai.huu...@gmail.com> Date: Fri Jun 20 06:32:20 2014 +0300 Add instructions for running in-place --- INSTALL | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL b/INSTALL index ad8a742..29fed47 100644 --- a/INSTALL +++ b/INSTALL @@ -10,6 +10,12 @@ Dependencies * polkit * python-psutil >= 2.0 (optional) +In-place testing +================ + +python setup.py build +./polkit-efl-authentication-agent-1 + Install ======= --