Difference between revisions of "Manual:Install:0.4.3"

From VsWiki
Jump to: navigation, search
(page creation, to keep track of old versions installation)
 
m (better FIXME)
Line 7: Line 7:
 
----
 
----
 
A short guide on how to install [[Vegastrike]] under various operation systems.<br/>
 
A short guide on how to install [[Vegastrike]] under various operation systems.<br/>
{{{FIXME}}}'''This page is severely outdated in 2013'''. For instructions on 0.5.1.r1 installation, please refer back to [[Manual:Install|Installation]].
+
{{FIXME}}'''This page is severely outdated in 2013'''. For instructions on 0.5.1.r1 installation, please refer back to [[Manual:Install|Installation]].
  
 
= See also =
 
= See also =

Revision as of 13:36, 30 October 2013

View this site in other languages:   DeutschEnglishFrançaisEspañolPolskiItalianoNederlandsРуccкий简体中文


arrow_left.png Installation arrow_up.png Manual Running Vega Strike arrow_right.png

A short guide on how to install Vegastrike under various operation systems.
FIXME This page is severely outdated in 2013. For instructions on 0.5.1.r1 installation, please refer back to Installation.

See also

Install from binary distribution

Obtain the correct file from the Downloads Page

A copy of the latest binary distribution may sometimes be available for purchase on CD at Cafepress

Windows

Installing

  • Vega Strike is packaged in a self-installable, executable program. Locate this file (either from your download or on the CD), then double click to execute. It will begin verifying the installer (be patient, this will take a short while). Read the License Agreement (a copy can be accessed online at the website as well as in the program directories).
windows_installer_icon_x_x_x.png
  • Component selection. Note that the Vega Strike files are required to play Vega Strike, and that the music files are recommended for full immersion in the game.
windows_installer_components_0_4_3.png
  • Destination folder selection
windows_installer_destination_folder_0_4_3.png
  • Installing ...
windows_installer_during_installation_0_4_3.png
  • Display Manual? To view the Player's Guide you will need a .pdf reader.
windows_installer_manual_question_0_4_3.png
  • Display Story? Do you want to read the Vega Strike Introduction?
windows_installer_story_question_0_4_3.png
  • Start Menu after Installation
windows_installer_startmenu_0_4_3.png

Uninstalling

  • Confirmation
windows_uninstaller_1_0_4_3.png
  • Component selection
windows_uninstaller_2_0_4_3.png
  • Finished
windows_uninstaller_3_0_4_3.png

Linux

Install using a package manager

Deb (Debian software package .deb)

  • Find a Deb file specific for your operating system and computer architecture (32/64bit AMD/Intel etc.), from the downloads section or a trustworthy source.
  • Simply run the file and when a package manager opens review and click install

RPM (Red_Hat Package Manager .rpm)

Same as for Deb

  • Find a Deb file specific for your operating system and computer architecture (32/64bit AMD/Intel etc.), from the downloads section or a trustworthy source.
  • Simply run the file and when a package manager opens review and click install


Install using sh (Shell Script .run file)

As a user

  • sh vegastrike.run;
  • Enter directory to locate the files (default is /home/username/vegastrike);
  • Enter directory to put symlinks to binaries. If you do not have a location for binaries in your $path, uncheck the “install symlinks to binaries" option, then note that the symlink is to the binary in vegastrike/bin/vegastrike.sh.

As root

  • su;
  • sh vegastrike.run;
  • Select path to install files;
  • Install symlinks

Install under Compiz

There is a common problem with fullscreen OpenGL applications showing up windowed under compiz. I have the problem with any compositing decorator. It would be nice if they were smart enough to recognize that they should stay out of the way on their own, but they aren't. For this reason, you need to use the "Window Rules" Plugin (accessible via ccsm ("Advanced Desktop Effects Settings") as follows:

Go to the "Window Management" section and click on "Window Rules". Under the "matches" tab, add "class=vegastrike" to "No ARGB Visuals". Activate the plugin and close ccsm.

Voila! compiz will now stop messing with the Vegastrike window and you can play fullscreen. Whether the system will be stable while running a compositing decorator and vega strike at the same time is another issue... but this is one step closer to having a single desktop and not ever having to launch a special/vanilla X server just to play a game (at least for me.)

MacOSX

  • Double-click on the dmg image and you will see Vega Strike, Vega Strike Setup and Vega Strike Setup OS X 10.2;
  • Double-click on the setup icon;
  • Choose your options;
  • Double-click on Vega Strike

Note: on the Mac you will notice significant performance improvements by running it directly from the dmg file, but you can copy the Vega Strike application and setup into /Applications with no adverse effects aside from a slightly slower startup time.

Install from Ubuntu Repositories (In Ubuntu Linux)

  • In the main menu, go to System --> Administration --> Synaptic Package Manager;
  • Type "vegastrike" in the search field;
  • Mark for installation the packages "vegastrike" and "vegastrike-data". You can also install "vegastrike-music" if you want, for the game music (60 MB);
  • Click on Apply;
  • When downloading and installation has finished, you will find a launcher Vega Strike in Applications --> Games

Note: The Ubuntu repositories version is an older version (4.6 or so).

Install from source

Windows (Cygwin)

Just follow the instructions on this page:
HowTo:Cygwin Compiling

Windows (VC++)

Just follow the instructions on this page:
HowTo:VCPP Compiling

MacOSX

Just follow the instructions on this page:
HowTo:Compile on OSX

Linux

Find the general or specific distribution instructions you need from the HowTo:Checkout_SVN#Building page in Linux building/compiling sections.

Install Development Versions from SVN

Check out the source and head to the correct section below...


arrow_left.png Installation arrow_up.png Manual Running Vega Strike arrow_right.png