From ee185645d0135724201a5ead068e90bf147c286e Mon Sep 17 00:00:00 2001 From: Jose Pereira Date: Sat, 29 Oct 2011 12:14:14 +0100 Subject: [PATCH] Updated readme --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index 9b45a48..778b5a7 100644 --- a/README +++ b/README @@ -1,3 +1,13 @@ +the Droid VNC server projects consists in two parts: the daemon and GUI. + + +GUI handles general user input, and connects to the daemon using local IPC. You can compile it using Eclipse or Ant (not tested for long time). + +If you wish to contribute to the project, just fork it and commit some interesting features... + + + +-------------- Compile C daemon ------------------- NOTE: to compile the C daemon you must have a working AOSP source tree, and copy it to external folder. Do something like: