User Tools

Site Tools


iceclient:linux

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
iceclient:linux [2014/04/21 17:45]
rockfire created
iceclient:linux [2014/04/21 17:51]
rockfire
Line 3: Line 3:
 ===== Installing On Ubuntu (or other Ubuntu derivavitives) ===== ===== Installing On Ubuntu (or other Ubuntu derivavitives) =====
  
-  - Install a Java runtime (Java 7 is recommended),​ unzip (to extract the download) and wget (to download) the client. ​''​sudo apt-get install openjdk-7-jre unzip wget''​ +  - 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 On Ubuntu ===== 
 + 
 +  - 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