Get SUPERBIB

$Id$


Table of Contents

1. Create SUPERBIB environment
2. Get SUPERBIB files
2.1. If you work on LOCEAN systems
2.2. If Subversion (svn) client is installed on your machine
2.3. Get SUPERBIB from a tar file
3. After this

To simplify the explanation, we suppose that we install SUPERBIB in your ${HOME}/SUPERBIB_ws/ (“ws” for “working space”).

  $ cd ${HOME}
  $ mkdir SUPERBIB_ws/
      

Create your ${HOME}/SUPERBIB_DIR directory …

  $ cd ${HOME}
  $ mkdir SUPERBIB_DIR
  $ cd SUPERBIB_DIR
  

… and download it the latest version of the sources tar file: SUPERBIB_SRC_YYYYMMDD.tar.gz (X Mb).

This tar.gz file could also be downloaded with wget or curl

wget
  $ wget http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_SRC_YYYYMMDD.tar.gz
  
curl
  $ curl -O http://forge.ipsl.jussieu.fr/superbib/download/SUPERBIB_SRC_YYYYMMDD.tar.gz
  

Untar the file

  $ cd ${HOME}/SUPERBIB_DIR
  $ tar xvfz SUPERBIB_SRC_YYYYMMDD.tar.gz
  $ rm SUPERBIB_SRC_YYYYMMDD.tar.gz

You are now ready to do your First steps with SUPERBIB.