Difference between revisions of "Applications/Autotools"
From HPC
MSummerbell (talk | contribs) (→Modules Available) |
MSummerbell (talk | contribs) |
||
Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
− | + | ==Application Details== | |
*Description: Autotools, is a suite of programming tools designed to assist in making source code packages portable | *Description: Autotools, is a suite of programming tools designed to assist in making source code packages portable | ||
*Module Names: autotools/2016-11-03, autotools/latest | *Module Names: autotools/2016-11-03, autotools/latest | ||
*Licence: GNU Licence | *Licence: GNU Licence | ||
− | == | + | ==Usage Example== |
<pre style="background-color: #000000; color: white; border: 2px solid black; font-family: monospace, sans-serif;"> | <pre style="background-color: #000000; color: white; border: 2px solid black; font-family: monospace, sans-serif;"> | ||
module add autotools | module add autotools | ||
</pre> | </pre> | ||
+ | ==Further Information== | ||
+ | [https://www.gnu.org/software/automake/manual/html_node/GNU-Build-System.html link title|Introduction to Autotools] |
Revision as of 11:21, 15 March 2017
Application Details
- Description: Autotools, is a suite of programming tools designed to assist in making source code packages portable
- Module Names: autotools/2016-11-03, autotools/latest
- Licence: GNU Licence
Usage Example
module add autotools