2016年8月26日金曜日

androidvncserverをビルドしてみた。

$ cd libvncserver
$ ./autogen.sh --without-gnutls --without-crypt --without-ipv6 --without-client-gcrypt --without-websockets --without-jpeg
$ cd examples/android
$ echo "APP_ABI := x86 armeabi armeabi-v7a" > jni/Application.mk

# PATH=$PATH:/home/takaha-m/Android/Ndk # ndkのインストール場所のPATHに設定
# ndk-build

0 件のコメント:

コメントを投稿

シャットダウン時の後処理 (shutdown)

# vi /etc/systemd/system/drop.service [Unit] Description= stop httpgwd DefaultDependencies=no Before=shutdown.target RefuseManualStart=true ...