Difference between revisions of "Installation FAQ"

From SpiralKnights

Jump to: navigation, search
m (Cat)
m (Installing on Linux: Updated the Linux info based on the current release of the game)
Line 2: Line 2:
  
 
== Installing on Linux ==
 
== Installing on Linux ==
The following instructions are from [http://www.ubuntuvibes.com/2011/03/spiral-knights-new-game-from-makers-of.html Ubuntu Vibes]:
+
The following instructions are based on the instructions found on [http://www.ubuntuvibes.com/2011/03/spiral-knights-new-game-from-makers-of.html Ubuntu Vibes]:
  
 
Get the latest Java version from the Software Center in Partner Repositories. If you are using Ubuntu 11.04, install Java by running following commands:
 
Get the latest Java version from the Software Center in Partner Repositories. If you are using Ubuntu 11.04, install Java by running following commands:
Line 10: Line 10:
 
sudo apt-get install sun-java6-jre sun-java6-bin</pre>
 
sudo apt-get install sun-java6-jre sun-java6-bin</pre>
  
Once you register your account on the Spiral Knights website (after getting the beta key), there will be a download link.  Download the file spiral-install.bin and run the following command:
+
Once you register your account on the Spiral Knights website, there will be a download link.  Download the file spiral-install.bin and run the following command:
  
 
<pre>sudo sh (path to spiral-install.bin)</pre>
 
<pre>sudo sh (path to spiral-install.bin)</pre>
 +
 +
Note: If you install to a place you have write-access to (such as in your home directory, which is the default), you can leave off the 'sudo' part of this command and the launch command.
  
 
Accept the license agreement. In the next part, you will be asked to enter your correct Java version and path to the Java files. Go to Software Center to take note of the correct Java version Then enter the information into the Spiral Knights installer (Replace the version number i.e. 1.6.0.24 with the Java version you took note of in the Software Center.):
 
Accept the license agreement. In the next part, you will be asked to enter your correct Java version and path to the Java files. Go to Software Center to take note of the correct Java version Then enter the information into the Spiral Knights installer (Replace the version number i.e. 1.6.0.24 with the Java version you took note of in the Software Center.):
Line 22: Line 24:
 
<pre>sudo sh (path to the file Spiral in your game installation folder)</pre>
 
<pre>sudo sh (path to the file Spiral in your game installation folder)</pre>
  
When you initially run it, it will update your game client. Once finished, run the above command again to start playing.
+
When you initially run it, it will update your game client. Once it's finished patching, it will automatically launch the game.
  
 
[[Category:Frequently asked questions]]
 
[[Category:Frequently asked questions]]

Revision as of 09:03, 25 June 2011

This FAQ covers information about installing Spiral Knights on your computer. See the technical issues FAQ for information on the minimum requirements for running the game.

Installing on Linux

The following instructions are based on the instructions found on Ubuntu Vibes:

Get the latest Java version from the Software Center in Partner Repositories. If you are using Ubuntu 11.04, install Java by running following commands:

sudo add-apt-repository ppa:ferramroberto/java
sudo apt-get update
sudo apt-get install sun-java6-jre sun-java6-bin

Once you register your account on the Spiral Knights website, there will be a download link. Download the file spiral-install.bin and run the following command:

sudo sh (path to spiral-install.bin)

Note: If you install to a place you have write-access to (such as in your home directory, which is the default), you can leave off the 'sudo' part of this command and the launch command.

Accept the license agreement. In the next part, you will be asked to enter your correct Java version and path to the Java files. Go to Software Center to take note of the correct Java version Then enter the information into the Spiral Knights installer (Replace the version number i.e. 1.6.0.24 with the Java version you took note of in the Software Center.):

/usr/lib/jvm/java-6-sun-1.6.0.24

Next, enter the path where you would like the game to be installed and hit enter. Once installed, run the following command:

sudo sh (path to the file Spiral in your game installation folder)

When you initially run it, it will update your game client. Once it's finished patching, it will automatically launch the game.

Personal tools