Forums » Linux
Installing the game
I was just wondering how I install Vendetta on Kanopix (Linux)
Thanks
Thanks
[moved to Linux]
Copy vendetta-linux-installer.sh into your home directory. Open a terminal and enter:
cd ~
sh vendetta-linux-installer.sh
hit enter enter y
To run the game enter: ~/bin/vendetta
Optionally copy ~/bin/vendetta into your $PATH (/usr/local/bin/ for example). That way you can start vendetta simply by entering "vendetta" in a terminal. Or create a launcher in your Desktop environment of choice and point it to the game.
(I wonder if the installer could distribute a *.desktop file to make the last step unnessary)
cd ~
sh vendetta-linux-installer.sh
hit enter enter y
To run the game enter: ~/bin/vendetta
Optionally copy ~/bin/vendetta into your $PATH (/usr/local/bin/ for example). That way you can start vendetta simply by entering "vendetta" in a terminal. Or create a launcher in your Desktop environment of choice and point it to the game.
(I wonder if the installer could distribute a *.desktop file to make the last step unnessary)
Remember though, whatever your linux account login is will also be your VO login, make sure your not in root when you install it ;)
Are you talking about how VO fills in your username by default? You can easily type in a different name, and VO will remember the change.
Also, it is entirely possible to install as root. You should perhaps change the group of the installed files and directories to "game" or something similar, and add your regular user to the game group. I actually prefer to install as a regular user and have the binaries for all my games live under my home directory. That way, my games never get trashed if I have to reinstall the OS (e.g., I might get bored and switch distros).
Also, it is entirely possible to install as root. You should perhaps change the group of the installed files and directories to "game" or something similar, and add your regular user to the game group. I actually prefer to install as a regular user and have the binaries for all my games live under my home directory. That way, my games never get trashed if I have to reinstall the OS (e.g., I might get bored and switch distros).