1) In the DirectFB directory type:
在DirectFB包目录下,运行以下命令
./configure make
make install (as superuser)
运行'./configure --help'要以获得者更多的可用选项
重要选项包括:
--enable-multi 允许多程序核
--enable-debug 允许调试信息与断言
--enable-trace 允许运行时堆栈跟踪
调试与堆栈跟踪将产生影响,会导致某一些功能领域功能下降,例如显示文字。
You may use the options "no-debug" and "no-trace" by default, e.g.
in '/etc/directfbrc', and use "--dfb:debug,trace" on the command
line if needed.
在'/etc/directfbrc'默认使用"no-debug" and "no-trace"选项,关闭调试与堆栈跟踪功能。
在需要时可以在命令行中使用--dfb:debug,trace恢复。
2 )确保/etc/ld.so.conf中加入"/lib"
默认是"/usr/lib" 。加上后,必须
运行' ldconfig '。
同样,可以在加在环境变量LD_LIBRARY_PATH 中。临时切换到另一个安装版本,这是一个很有效的方法。
3) You might want to copy fb.modes to /etc or merge it with your
existing /etc/fb.modes file. The first entry will be used by
default - copy other entries you may need.