安装游戏出错,求助!!!!

游戏讨论
回复
funnychen
帖子: 9
注册时间: 2005-04-10 14:40

安装游戏出错,求助!!!!

#1

帖子 funnychen » 2005-09-23 16:56

在安装vdrift(3d赛车游戏)时出现错误,请高手赐教!!!

funnychen@Fatty:~/download/vdrift-2005-09-01$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for library containing strerror... none required
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for sdl-config... /usr/local/bin/sdl-config
checking for SDL - version >= 1.2.0... yes
checking for IMG_Load in -lSDL_image... yes
checking for glBegin in -lGL... yes
checking for gluLookAt in -lGLU... yes
checking for alutInit in -lopenal... no
configure: error: *** OpenAL library not found!
头像
leal
帖子: 1119
注册时间: 2005-08-29 14:49
来自: 杭州
联系:

#2

帖子 leal » 2005-09-23 18:30

装OpenAL (笔误? OpenGL)库
用心×恒 | 豆瓣 | 门户 | Blog
funnychen
帖子: 9
注册时间: 2005-04-10 14:40

#3

帖子 funnychen » 2005-09-23 20:28

如何安装库?能给个地址或文件吗?我实在是不知道怎么找,网页都是英文!有什么好的方法请介绍一下好吗??谢谢!!!
头像
leal
帖子: 1119
注册时间: 2005-08-29 14:49
来自: 杭州
联系:

#4

帖子 leal » 2005-09-23 20:38

funnychen 写了:如何安装库?能给个地址或文件吗?我实在是不知道怎么找,网页都是英文!有什么好的方法请介绍一下好吗??谢谢!!!
看OpenGL相关部分
http://www.ubuntu.org.cn/support/docume ... a828f609ab

没玩过,自行google或等
用心×恒 | 豆瓣 | 门户 | Blog
seafrog
帖子: 66
注册时间: 2006-05-02 12:39
来自: 中国

#5

帖子 seafrog » 2006-05-06 20:21

OpenGL and SDL development:

sudo apt-get install libxxf86vm-dev nvidia-glx-dev
sudo apt-get install libsdl1.2-dev libsdl-ttf2.0-dev libsdl-image1.2-dev libsdl-mixer1.2-dev
sudo apt-get install libsdl-sound1.2-dev libsdl-net1.2-dev
回复