Code download

The actual code for inclusion in any executable can be downloaded here

Installation

ploughshare is installed with the usual autotools interface, so
./configure
make clean
make
make install
will build and install the code in the usual way. The library and headers will be installed in the usual place, ie without specifying, it will be standard /usr/local/ tree. A location elsewhere can be specified with
  ./configure --prefix=<my_installation_path>
The installation also includes a utility script
  ploughshare-config
in the
  bin
directory of the installation directory specified by --prefix during ./configure

This script is there to help with compilation and linking. The user should ensure that this script is in the standard search path for executables so that it can be used to aid with compilation.
 ploughshare-config --help
displays useful information and how to use it.

There are seperate options for the linker options for the c++ and fortran interfaces.