公 告

欢迎各位网友添加友情链接,在您添加本博客:http://linux0818.blogspot.com/ 做为链接后, E-mail:linux0818@gmail.com给我,我将将您的网址添加到本博客。

2008年10月23日星期四

FC3下DirectFB的安装

1、下载下面两个包并解压:

tar -xzf DirectFB-1.0.0.tar.gz 
tar -xzf DirectFB-examples-1.0.0.tar.gz

2、安装DirectFB-1.0.0

cd /home/DirectFB-1.0.0
./configure
make
make install

3、安装DirectFB-examples-1.0.0

a).vi /boot/grub/grub.conf在kernel后面加上vga=0x0317把frambuffer启动,如:

#****************start*************#
title Fedora Core (2.6.9-1.667)
root (hd0,0)
kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ rhgb quiet vga=0x0317
initrd /initrd-2.6.9-1.667.img
#****************stop**************#

b).updatedb #更新数据库

c).locate directfb.pc

找到directfb.pc的路径,例如我的是这样的:

/usr/local/lib/pkgconfig/directfb.pc
/home/DirectFB-1.0.0/directfb.pc
/home/DirectFB-1.0.0/directfb.pc.in

d).接着设置环境,将第3步得到的pkgconfig库目录加入环境之中:

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
(这样只能在当前终端可以运行,关机后还得自已运行些命令,才能运行dfb程序,如要永久性加入可这样:
如你用的是root用户,可以vi /root/.bash_profile中加入:
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig )

e).make

f).make install

g).将指定directfb的库目录:
    vi /etc/ld.so.conf在最后一行加入:/usr/local/lib,保存退出。
    ldconfig

4、测试例子,cd src/ 下,运行:

./df_andi



--
/**************************************/
Name: Xiong Feng
E-mail:linux0818@gmail.com
MSN:linux0818@hotmail.com
QQ:23562033
Address: GuangZhou.China
/**************************************/

没有评论:

发表评论