Difference between revisions of "Applications/Autotools"
From HPC
MSummerbell (talk | contribs) (→Further Information) |
m (→Further Information) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
__TOC__ | __TOC__ | ||
==Application Details== | ==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. Provides common tools such as m4-1.4.17, autoconf-2.69, automake-1.15, flex-2.6.2, libtool-2.4, gettext-0.19.8.1, bison-3.0.4 |
*Module Names: autotools/2016-11-03, autotools/latest | *Module Names: autotools/2016-11-03, autotools/latest | ||
*Licence: GNU Licence | *Licence: GNU Licence | ||
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] |
+ | |||
+ | {{Modulepagenav}} |
Latest revision as of 10:37, 16 November 2022
Application Details
- Description: Autotools, is a suite of programming tools designed to assist in making source code packages portable. Provides common tools such as m4-1.4.17, autoconf-2.69, automake-1.15, flex-2.6.2, libtool-2.4, gettext-0.19.8.1, bison-3.0.4
- Module Names: autotools/2016-11-03, autotools/latest
- Licence: GNU Licence
Usage Example
[username@login01 ~]$ module add autotools