wiki:Get

Version 1 (modified by trac, 16 years ago) (diff)

--

Get SUPERBIB

Create SUPERBIB environment

To simplify the explanation, we suppose that we install SUPERBIB in your ${HOME}. We need to create one directory:

  • ${HOME}/SUPERBIB_DIR that will contain the files of SUPERBIB. It should not be modified by the user to simplify later updates.

  $ cd ${HOME}
  $ mkdir SUPERBIB_DIR
      

Get SUPERBIB files

If you work at LOCEAN

SUPERBIB is already installed at

  • LOCEAN: /usr/home/fplod/SUPERBIB_DIR

If you can access one of theses directories, there is no need to re-install SUPERBIB again! In that case, you only have to link ${HOME}/SUPERBIB_DIR to the appropriate directory:

LOCEAN

  $ ln -s /usr/home/fplod/SUPERBIB_DIR ${HOME}/SUPERBIB_DIR
  

If Subversion (svn) is installed on your machine

Regular users

The complete latest revision (source + tests data files: X Mb) can be checked out with the following command executed in your ${HOME}:

  $ svn checkout http://forge.ipsl.jussieu.fr/superbib/svn/trunk/ SUPERBIB_DIR

Contributors

Contributors should better use the following command (and replace login by their own login):

  $ svn checkout svn+ssh://login@forge.ipsl.jussieu.fr/ipsl/forge/projets/superbib/svn/trunk/ SUPERBIB_DIR

Get SUPERBIB from a tar file

If you need this (because you can't use svn), please ask !

After this

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