diff options
author | Christian Beier <dontmind@freeshell.org> | 2018-03-13 10:40:05 +0100 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2018-03-13 10:40:05 +0100 |
commit | 8d4d0219666e8746dee55c678a25f92c29cfc441 (patch) | |
tree | a4b7a9a18d9c954262323e78bdbaa3ed5602fcea /examples | |
parent | c7c18332c8bc8706e09c4b757af44e9ff56716cb (diff) | |
download | libtdevnc-8d4d0219666e8746dee55c678a25f92c29cfc441.tar.gz libtdevnc-8d4d0219666e8746dee55c678a25f92c29cfc441.zip |
androidvncserver: add some boilerplate comment that should have been in the 1st code drop
Diffstat (limited to 'examples')
-rw-r--r-- | examples/androidvncserver.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/androidvncserver.c b/examples/androidvncserver.c index bcd8b84..a7a9685 100644 --- a/examples/androidvncserver.c +++ b/examples/androidvncserver.c @@ -1,5 +1,10 @@ /* - * $Id$ + * This example VNC server for Android is adopted from + * http://code.google.com/p/android-vnc-server/ with some additional + * fixes applied. + * + * To build, you'll need the Android Native Development Kit from + * http://developer.android.com/sdk/ndk/. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the |