Difference between revisions of "Applications/Autotools"

From HPC
Jump to: navigation , search
(Modules Available)
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
 
*Module Names: autotools/2016-11-03, autotools/latest
 
*Module Names: autotools/2016-11-03, autotools/latest
 
*Licence: GNU Licence
 
*Licence: GNU Licence
  
====Modules Available====
+
==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

Further Information

link title|Introduction to Autotools