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
- 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++ - You have to have a gitbucket account, and that gitbucket account needs access to bitbucket.org/antrthorn/oomph-lib-ut.git
- 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
- Run
./autogen.sh
; select the default options (choose the default compiler option: 6)