"cd ~/.cs2d"
"chmod 777 cs2d_dedicated"
"./cs2d_dedicated"
But unfortunately I got this error when doing the last command:
"ELF interpreter /lib/ld-linux.so.2 not found"
So I google'd around a bit but the only suggestion was using yum and as I don't have yum installed, and there aren't very helpful guides on how to install yum, I'm kinda stuck on how to fix this problem.
Instead of "./cs2d_dedicated", I also tried it with:
"sh cs2d_dedicated"
But this time I got this error:
"cs2d_dedicated: 1: Syntax error: "(" unexpected"
And I couldn't find anything on how to fix this one.
So could someone tell me how to install ld-linux.so.2 (32bit lib) without yum or a working way to install yum first.
Help will be appreciated.