日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當(dāng)前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

Moblin MID开发学习笔记 - application launcher安装过程

發(fā)布時間:2023/12/20 编程问答 30 豆豆
生活随笔 收集整理的這篇文章主要介紹了 Moblin MID开发学习笔记 - application launcher安装过程 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
(參照http://test.moblin.org/projects/application-launcher)
a) ? ? ?安裝git:
在Target下打開Terminal:
# apt-get install git-core
b) ? ? ?安裝Genesis:
? ? (http://test.moblin.org/projects/genesis-application-lifecycle-manager)
在Target下打開Terminal:
# cd /usr/src/
# git clone http://moblin.org/repos/users/horace.li/genesis.git
# cd genesis
# ./autogen.sh
l ? ? ? ? 執(zhí)行時可能出現(xiàn)錯誤
checking for LIBWNCK... configure: error: Package requirements (libwnck-1.0) were not met:
?
? ? ? ?No package 'libwnck-1.0' found
解決:
? ? # apt-get install libwnck-dev
# ./configure --prefix=/usr
# make
# make install
c) ? ? ?安裝clutter:
? ? ? ? ? ? ? ? ? ? i. ? ? ? ? ? ? ?從clutter網(wǎng)站(http://clutter-project.org/sources/)下載代碼到Target下的/usr/src:
1. ? ? ?clutter-0.8.0
2. ? ? ?clutter-box2d-0.8.0
3. ? ? ?clutter-cairo-0.8.2 (用clutter-cairo-0.8.0 make app-launcher的時候遇到問題)
? ? ? ? ? ? ? ? ii. ? ? ? ? ? ? ?編譯并安裝clutter-0.8.0:
在Target下打開Terminal
# cd /usr/src/
# tar zxvf clutter-0.8.0.tar.gz
# cd clutter-0.8.0/
# ./configure --prefix=/usr
l ? ? ? ? 執(zhí)行時可能出現(xiàn)錯誤:
checking for GL/gl.h... no
configure: error: Unable to locate required GL headers
解決:
? ? ? ? # apt-get install mesa-common-dev
l ? ? ? ? 執(zhí)行時可能出現(xiàn)錯誤:
checking for glXCreateContext in -lGL... no
configure: error: GLX not found and GLX backend requested
解決:
? ? ? ?# apt-get install libgl1-mesa-dev
# make
# make install
? ? ? ? ? ? iii. ? ? ? ? ? ? ?編譯并安裝clutter-cairo-0.8.2:
在Target下打開Terminal
# cd /usr/src/
# tar zxvf clutter-cairo-0.8.2.tar.gz
# cd clutter-cairo-0.8.2/
# ./configure --prefix=/usr
# make
# make install
? ? ? ? ? ? ? ? iv. ? ? ? ? ? ? ?編譯并安裝clutter-box2d-0.8.0:
在Target下打開Terminal
# cd /usr/src/
# tar zxvf clutter-box2d-0.8.0
# cd clutter-box2d-0.8.0/
# ./configure --prefix=/usr
# make
# make install
d) ? ? ?編譯并運(yùn)行app-launcher:
在Target下打開Terminal
# cd /usr/src/
# git clone http://moblin.org/repos/users/jketreno/app-launcher.git
# cd app-launcher
# make
# ./app-launcher

總結(jié)

以上是生活随笔為你收集整理的Moblin MID开发学习笔记 - application launcher安装过程的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。