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 件のコメント:

コメントを投稿

python バージョン切り替え

# dnf install python3.9 # dnf install python3.11 # dnf install python3.12 # dnf install python3.13 # alternatives --install /usr/bin/python ...