Difference between revisions of "Applications/Autotools"
From HPC
MSummerbell (talk | contribs) (→Further Information) |
MSummerbell (talk | contribs) (→Usage Example) |
||
Line 7: | Line 7: | ||
==Usage Example== | ==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 | + | [username@login01 ~]$ module add autotools |
</pre> | </pre> | ||
+ | |||
==Further Information== | ==Further Information== | ||
[https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html#Autotools-Introduction Introduction to Autotools] | [https://www.gnu.org/software/automake/manual/html_node/Autotools-Introduction.html#Autotools-Introduction Introduction to Autotools] |
Revision as of 11:59, 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
[username@login01 ~]$ module add autotools