How come there is such a lack of standard documentation in software. For instance there is no INSTALL, or README inside of the main PS directory after un-compressing.
Another comment, all of the dependencies, why dont you include the necessary code with the PS download? I dont think it should take more screwing around with libraries to install a game then a window manager. Have the install software see if the libraries are already installed, if they are great.. remove the un-needed code from the install dir, if they arent... then automatically install them.
Now im no linux guru, but it seems to me the stand way to install things is to do something like ./configure; make; make install; from the top level dirrectory.
how come that isn\'t the case here?
I really love what you guys are doing though, dont let my comments make you think anything else. I hope to contribute to this project soon, if I can... im not very familiar with graphics and gui programming.. but I know data structures pretty good.