2013年8月9日金曜日

VNC Serverをコンパイルしてみる。

cd mydroid
mkdir additional
cd  additional


git clone https://github.com/oNaiPs/droid-VNC-server.git

wget http://fastdroid-vnc.googlecode.com/files/fastdroid-vnc-1.0.tgz
tar xvzf fastdroid-vnc-1.0.tgz

cd ..


ln -s  ../additional/droid-VNC-server/nativeMethods/ external/

cd external/nativeMethods

. ../../build/envsetup.sh
lunch
mm .




エラー多発、うまくいかない!!

0 件のコメント:

コメントを投稿

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

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