I just downloaded Savage 2 and it is a .bin file, how do i go about installing this type file ?
P.S.
Savage 2 is free to download through today.
Archived thread 1010439 from Gaming & Leisure. Markdown source: Gaming_&_Leisure/thread_1010439_Savage_2_Installation.md
I just downloaded Savage 2 and it is a .bin file, how do i go about installing this type file ?
P.S.
Savage 2 is free to download through today.
open up console
cd Desktop (or wherever you put the file)
chmod +x FILE_HERE
./FILE_HERE
and it should install
steverc said: I just downloaded Savage 2 and it is a .bin file, how do i go about installing this type file ?
P.S.
Savage 2 is free to download through today.
It's always free to download, and play.
Polygon said: open up console
cd Desktop (or wherever you put the file)
chmod +x FILE_HERE
./FILE_HERE
and it should install
And for humans - right-click on the file, properties, permissions, and "allow executing file as program". Then just double-click on it and it starts!
Thanks Vadi.:p Thats what I was looking for. I was begining to think maybe I should go to Mac. Or even worst, back to Windoze. :lolflag:
If for some reason you got troubles with Savage or you need diskspace, do the following steps:
~$ sudo su
cd /usr/local/games/Savage2
sh UninstallSavage2.sh
and that's all.
i've got a .bin-file now... but i can't execute it by double-clicking :> even though i've set the permission to run it as a program...
Try opening a terminal, dragging the file into it, and pressing enter.
golem1989 said: i've got a .bin-file now... but i can't execute it by double-clicking :>
even though i've set the permission to run it as a program...Or maybe you have the wrong 32/64 bit download XD That's what happened to me!:lolflag:
[SIZE="1"]stupid[/SIZE]
Vadi said: Try opening a terminal, dragging the file into it, and pressing enter.
yeah, it works :) thx!