Difference between revisions of "Gubbins"
(Created page with " =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...") |
|||
Line 4: | Line 4: | ||
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. | 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. |
Revision as of 13:34, 18 August 2016
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.