Moblin MID开发学习笔记 - application launcher安装过程
生活随笔
收集整理的這篇文章主要介紹了
Moblin MID开发学习笔记 - application launcher安装过程
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
(參照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í)行時(shí)可能出現(xiàn)錯(cuò)誤
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的時(shí)候遇到問題)
? ? ? ? ? ? ? ? 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í)行時(shí)可能出現(xiàn)錯(cuò)誤:
checking for GL/gl.h... no
configure: error: Unable to locate required GL headers
解決:
? ? ? ? # apt-get install mesa-common-dev
l ? ? ? ? 執(zhí)行時(shí)可能出現(xiàn)錯(cuò)誤:
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
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í)行時(shí)可能出現(xiàn)錯(cuò)誤
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的時(shí)候遇到問題)
? ? ? ? ? ? ? ? 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í)行時(shí)可能出現(xiàn)錯(cuò)誤:
checking for GL/gl.h... no
configure: error: Unable to locate required GL headers
解決:
? ? ? ? # apt-get install mesa-common-dev
l ? ? ? ? 執(zhí)行時(shí)可能出現(xiàn)錯(cuò)誤:
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安装过程的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: winform执行oracle语句,C#
- 下一篇: js json转excel并下载