Serebriakov / pink-pony

Automatically exported from code.google.com/p/pink-pony
0 stars 0 forks source link

no puedo instalarlo #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. hey mi problem its a install
2.
3.

What is the expected output? What do you see instead?
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))

What version of the product are you using? On what operating system?
ubuntu 10.04 linux

Please provide any additional information below.
 no install in my ubuntu 10.04?¿

Original issue reported on code.google.com by bebepo...@gmail.com on 7 Nov 2010 at 1:40

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by gin...@gmail.com on 27 Mar 2011 at 11:59