oNaiPs / droidVncServer

VNC server for Android devices.
GNU General Public License v3.0
909 stars 480 forks source link

The droid-VNC-server projects consists in three main modules parts: the daemon, wrapper libs and the GUI.

Available in nativeMethods/ folder, and precompiled libs in nativeMethods/lib/

-------------- Compile C daemon --------------------- On project folder: $ ndk-build $ ./updateExecsAndLibs.sh

-------------- Compile Wrapper libs ----------------- $ cd $ . build/envsetup.sh $ lunch $ ln -s /nativeMethods/ external/

To build: $ cd external/nativeMethods $ mm . $ cd $ ./updateExecsAndLibs.sh

-------------- Compile GUI------- ------------------- Import using eclipse as a regular Android project