Difference between revisions of "Installation FAQ"

From SpiralKnights

Jump to: navigation, search
(Installing on Linux: Changed the JRE to the default supported by the distribution.)
Line 4: Line 4:
 
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]:
 
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 (or newer), install Java by running following commands:
+
Install the default version of java from your distribution's repositories. If you are on a Debian or Ubuntu based distro, open a terminal and run:
  
<pre>sudo add-apt-repository ppa:webupd8team/java
+
<pre>sudo apt update
sudo apt-get update
+
sudo apt install default-jre</pre>
sudo mkdir -p /usr/lib/mozilla/plugins #just in case, this will be added to the package in the next version
+
sudo apt-get install oracle-jdk7-installer</pre>
+
  
 
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:
 
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:
Line 17: Line 15:
 
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.
 
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. Use this command to get the version:
+
Accept the license agreement and point the installer to the directory containing your java installation. It is recommended to point this to "default-jre" as this is symbolically linked to the JRE listed by default-jre.
  
<pre>java -version</pre>
+
<pre>/usr/lib/jvm/default-jre</pre>
 
+
You will get a result like this:
+
 
+
<pre>java version "1.7.0_02"
+
Java(TM) SE Runtime Environment (build 1.7.0_02-b13)
+
Java HotSpot(TM) Client VM (build 22.0-b10, mixed mode)</pre>
+
 
+
After that enter the information into the Spiral Knights installer.
+
 
+
<pre>/usr/lib/jvm/java-7-oracle</pre>
+
  
 
Next, enter the path where you would like the game to be installed and hit enter. Once installed, run the following command:
 
Next, enter the path where you would like the game to be installed and hit enter. Once installed, run the following command:

Revision as of 16:37, 1 August 2016

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:

Install the default version of java from your distribution's repositories. If you are on a Debian or Ubuntu based distro, open a terminal and run:

sudo apt update
sudo apt install default-jre

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 and point the installer to the directory containing your java installation. It is recommended to point this to "default-jre" as this is symbolically linked to the JRE listed by default-jre.

/usr/lib/jvm/default-jre

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.

Other links

Personal tools