====== Installing Iceclient On Linux ====== ===== 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. sudo apt-get install openjdk-7-jre unzip wget - Create a directory to install the client to. cd $HOME mkdir Iceclient cd Iceclient - Download the Linux client wget http://armouree.vm.bytemark.co.uk/Iceclient/Iceclient-Linux.zip - Extract the client files.unzip Iceclient-Linux.zip - Give the launch script execute permissions.chmod a+rx Iceclient.sh ==== Running The Client ==== - Change directory to where you extracted the files. cd $HOME/Iceclient - Run the launch script. ./Iceclient.sh