Gubbins
Admin notes
The documentation mostly goes over installation via linuxbrew, and looks very convenient. However, linuxbrew is not designed wth clusters in mind, and despite attempts, it causes some problems, so it had to be abandoned.
On the source compilation, there will be problems with libtool versions. You can get over this by
autoreconf --force --install
instead of the "autoreconf -i" as advised int he INSTALL.md file.