Two options are available to install AcouSTO on your system.
Option 1 - Compilation from sources
The prerequisites needed to build AcouSTO on your machine are:
The configure script accepts the following non-standard options:
- --with-mpicc=<mpicc compiler>    location of mpicc compiler
- --enable-mpinew    links against OpenMPI >1.7
- --with-libconfig=<config lib dir>    location of libconfig lib
- --with-libmysqlclient=<mysqlclient lib dir>    location of MySQL client lib
- --with-blacs=<dir>    location of BLACS libs
- --with-scalapack=<dir>    location of Scalapack libs
- --enable-scalapack_new    links against Scalapack 2.0 or greater
- --with-lapack=<dir>    location of Lapack libs (if not in search path)
- --with-atlas=<dir>    location of ATLAS libs (if not in search path)
- --with-blas=<dir>    location of Blas libs (if not in search path)
- --with-libs=<dir>    location of all libs (if not in search path)
- --enable-mysql=<yes|no>    enables the MySQL save feature. Default is 'no'
- --enable-intel    builds using Intel compilaer. Default is gcc
- --with-intel-libs=<dir>    location of intel libs (if not in search path)
Option 2 - Install the AcouSTO Docker container
Install one of the ready-to-use images from the Docker Hub
or download the dockerfiles from the AcouSTO repository
and follow the instructions in section 1.2 of the manual.