Im working in red hat linux 9.0. I've downloaded the pygame package
but there is some problem while installing it. For the tar version, initial steps execute OK, namely,
[root@localhost root]# tar xzvf pygame-1.7.1release.ta r.gz
[root@localhost root]# cd pygame-1.7.1release
but after this:
[root@localhost pygame-1.7.1release]# ./configure
bash: ./configure: No such file or directory
So i don't hav a configure file? What should i do now?
but there is some problem while installing it. For the tar version, initial steps execute OK, namely,
[root@localhost root]# tar xzvf pygame-1.7.1release.ta r.gz
[root@localhost root]# cd pygame-1.7.1release
but after this:
[root@localhost pygame-1.7.1release]# ./configure
bash: ./configure: No such file or directory
So i don't hav a configure file? What should i do now?
Comment