Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is a short set of instructions aimed to install the DESDM EUPS system in your machine. Please refer the official EUPS installation guide 

0) Prerequisites

For a complete set of instructions, please see the complete list of pre-requisites packages.

...

Unfortunately Apple does not ship with gfortran. Get the gfortan dmg image from: https://gcc.gnu.org/wiki/GFortranBinaries

 for 10.7: http://coudert.name/software/gfortran-4.8.2-Lion.dmg
 for 10.8: http://coudert.name/software/gfortran-4.8.2-MountainLion.dmg
 for 10.9: http://coudert.name/software/gfortran-4.8.2-Mavericks.dmg

1) Decide on the location

For example if you want to install in the user local space ~/EUPS_DESDM

No Format
mkdir $HOME/EUPS_DESDM
cd $HOME/EUPS_DESM

2) Install EUPS

Download the EUPS self-install script

...

No Format
unsetenv EUPS_PATH
unsetenv EUPS_DIR 

3) SVN Access

Make sure you have read access (check out) to DESDM Subversion repository.

No Format
svn info $SVNROOT

Subversion (SVN) access problems

If you have problems accessing SVN or if you forgot your password you can get help here filling out this form:

4) Start installing packages

For example, to install the development packages:

...