• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

How do I install a downloaded game? (Linux-Mandrake 8.0)

SilverSeraph

Junior Member
I just downloaded a solitaire game in .tar.gz format. I managed to unpack it into a folder, but now, I do not know how to install the game.

Someone guide me please?
 
what operation system are you using ? : )

.tar.gz is for *nix systems , if you are using it , then most probably you need to do this :
"./configure"
"make"
"make install"

but in most cases it's says in readme file , what you need to do ; )
 
Oh sorry, forgot to mention I'm using Linux-Mandrake 8.0.

I've read the readme file, but to a beginner like me, it just makes no sense. It says to look for a 'Makefile.Linux' file, and then it lost me.

Anyway, I opened that file, and it was all C++ code, I think. Where to go from here...
 
yup, most packages include a README and/or INSTALL (both names are case sensitive) file, read both of them and that should explain how to do it.
 
Back
Top