+ -
当前位置:首页 → 问答吧 → 请问编译cce需要装哪些软件?

请问编译cce需要装哪些软件?

时间:2007-12-28

来源:互联网

LFS可以启动了,我想给她加上console中文,可我不知道cce 依赖哪些包!请帮帮忙好吗?

作者: xuanwf   发布时间: 2007-12-28

http://www.sourceforge.net/projects/cce2k
If you want to run CCE in GUI environment like X11, you need to install GGI
or SDL library(SDL supports more platforms).

GGI: http://www.ggi-project.org
GGI supports Linux, *BSD, Solaris, Darwin/MacOSX, MS Windows.
./configure --prefix=/usr (install GII first, then GGI)
make install

SDL: http://www.libsdl.org
SDL supports Linux, *BSD, Solaris, BeOS, QNX, Darwin/MacOSX, MS Windows, etc.
./configure
make install

You can use --enable-ggi and --enable-sdl to enable the GGI and SDL library
support. CCE will not use GGI/SDL if you run it in console environment, otherwise
CCE will look for GGI first(seems GGI is a little faster), then try SDL. If you
are having problems dynamically loading GGI/SDL, you can link GGI/SDL into
CCE(ldd will show that CCE depends on libggi.so or libSDL.so).
If you want TrueType support, please install FreeType2 first.
http://www.freetype.org
Then configure CCE as:
./configure --enable-freetype

作者: 不开花   发布时间: 2007-12-28

谢谢不开花兄的回复, 要是perfect console这篇贴子还详细点就好了,象我这种菜鸟,好多基础的东西都不会!找不到答案的时候只好请教各位了!一直关注着perfect console

作者: xuanwf   发布时间: 2007-12-28