User Tools

Site Tools


iceclient:linux

This is an old revision of the document!


Installing Iceclient On Linux

Installing On Ubuntu (or other Ubuntu derivavitives)

  1. 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
  2. Create a directory to install the client to.
    cd $HOME
    mkdir Iceclient
    cd Iceclient
  3. Download the Linux client
    wget http://armouree.vm.bytemark.co.uk/Iceclient/Iceclient-Linux.zip
  4. Extract the client files.
    unzip Iceclient-Linux.zip
  5. Give the launch script execute permissions.
    chmod a+rx Iceclient.sh

Running The Client On Ubuntu

  1. Change directory to where you extracted the files.
     cd $HOME/Iceclient
  2. Run the launch script.
    ./Iceclient.sh
iceclient/linux.1398099082.txt.gz · Last modified: 2014/04/21 17:51 by rockfire