Installing oomph-lib from the git repository

This is how to install the Mercury version of oomph-lib.

See http://oomph-lib.maths.man.ac.uk/doc/subversion/html/index.html for standard oomphlib installation instructions.

Step-by-step guide

  1. Make sure to install teh prerequisites of oomphlib listed here: http://oomph-lib.maths.man.ac.uk/doc/html/index.html.
    Note, I (TW) had to install libtool-bin additionally. On ubuntu, execute:
    apt-get install subversion make automake libtool-bin autoconf doxygen gfortran g++
  2. You have to have a gitbucket account, and that gitbucket account needs access to bitbucket.org/antrthorn/oomph-lib-ut.git
  3. Clone the git repository, using the command below with $username your Bitbucket account
    git clone https://$username@bitbucket.org/antrthorn/oomph-lib-ut.git oomphGit
  4. Run ./autogen.sh; select the default options (choose the default compiler option: 6)