Closed GoogleCodeExporter closed 9 years ago
jazzman-laptop:~/pink-pony$ scons ./Pony
scons: Reading SConscript files ...
Package libglfw was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglfw.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglfw' found
OSError: 'pkg-config libglfw --cflags --libs' exited 1:
File "/home/jazzman/pink-pony/SConstruct", line 8:
env.ParseConfig("pkg-config libglfw --cflags --libs")
File "/usr/lib/scons/SCons/Environment.py", line 1474:
return function(self, self.backtick(command))
File "/usr/lib/scons/SCons/Environment.py", line 593:
raise OSError("'%s' exited %d" % (command, status))
Original comment by bebepo...@gmail.com
on 7 Nov 2010 at 1:41
Sorry for the late reply.
You need to install GLFW and a few other dependencies to build the game.
Ubuntu should have packages for all of them. Just take a look at the README
file. You will find a list of build dependencies there.
Original comment by webe...@gmx.at
on 27 Mar 2011 at 11:57
Original comment by gin...@gmail.com
on 27 Mar 2011 at 11:59
Original issue reported on code.google.com by
bebepo...@gmail.com
on 7 Nov 2010 at 1:40