User Tools

Site Tools


iceclient:linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
iceclient:linux [2014/04/21 17:47]
rockfire
iceclient:linux [2014/04/21 17:52]
rockfire
Line 1: Line 1:
 ====== Installing Iceclient On Linux ====== ====== Installing Iceclient On Linux ======
  
-===== Installing On Ubuntu ​(or other Ubuntu ​derivavitives) ​=====+===== Ubuntu ​===== 
 + 
 +The following apply to all recent versions of Ubuntu ​and Ubuntu based distributions such as Mint. They may also work on Debian. 
 + 
 +==== Installing ​====
  
   - Install a Java runtime (Java 7 is recommended),​ unzip (to extract the download) and wget (to download) the client. <​code>​sudo apt-get install openjdk-7-jre unzip wget</​code> ​   ​   - Install a Java runtime (Java 7 is recommended),​ unzip (to extract the download) and wget (to download) the client. <​code>​sudo apt-get install openjdk-7-jre unzip wget</​code> ​   ​
-  - Download ​and extract ​the Linux client ​from the Play page.+  ​- Create a directory to install the client to. <​code>​cd $HOME 
 +mkdir Iceclient 
 +cd Iceclient</​code>​ 
 +  ​- Download the Linux client ​<​code>​wget http://​armouree.vm.bytemark.co.uk/​Iceclient/​Iceclient-Linux.zip</​code>​ 
 +  - Extract ​the client files.<​code>​unzip Iceclient-Linux.zip</​code>​ 
 +  - Give the launch script execute permissions.<​code>​chmod a+rx Iceclient.sh</​code>​ 
 + 
 +==== Running The Client ==== 
 + 
 +  - Change directory to where you extracted the files. <​code>​ cd $HOME/​Iceclient</​code>​ 
 +  - Run the launch script. <​code>​./​Iceclient.sh</​code>​
iceclient/linux.txt · Last modified: 2014/04/21 17:52 by rockfire