Good morning.
After 5 months, I'll try again.
Now I have a fresh debian installation on my pc, and some other differences.
I have just installed all the dependecies required.
Then, I try to compile, using the command as in the readme file:
Code:
scons arch=a64 release=1 extbullet=1 prefix=/usr/local
and that's the output:
Code:
root@mattia:/home/mattia/vdrift# scons arch=a64 release=1 extbullet=1 prefix=/usr/local
scons: Reading SConscript files ...
Package bullet was not found in the pkg-config search path.
Perhaps you should add the directory containing `bullet.pc'
to the PKG_CONFIG_PATH environment variable
No package 'bullet' found
OSError: 'pkg-config bullet --libs --cflags' exited 1:
File "/home/mattia/vdrift/SConstruct", line 361:
env.ParseConfig('pkg-config bullet --libs --cflags')
File "/usr/lib/scons/SCons/Environment.py", line 1557:
return function(self, self.backtick(command))
File "/usr/lib/scons/SCons/Environment.py", line 594:
raise OSError("'%s' exited %d" % (command, status))
root@mattia:/home/mattia/vdrift#
why package bullet not found?
in debian, that's package is "libbullet2.87", could be the different name the problem? How can I fix it?
Thanks