Build tools: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<languages />
<translate>
These are tools for managing and to the extent possible automating the build process, i.e. the compilation and linking of an ensemble of source code files and libraries to create an executable file, which includes handling various platform-specific configuration issues. Linux provides a variety of different tools and Compute Canada systems include the most common:
These are tools for managing and to the extent possible automating the build process, i.e. the compilation and linking of an ensemble of source code files and libraries to create an executable file, which includes handling various platform-specific configuration issues. Linux provides a variety of different tools and Compute Canada systems include the most common:
* [[Make]]
* [[Make]]
* [[Autotools]]
* [[Autotools]]
* [[CMake]]
* [[CMake]]
</translate>

Revision as of 16:19, 20 April 2017

Other languages:

These are tools for managing and to the extent possible automating the build process, i.e. the compilation and linking of an ensemble of source code files and libraries to create an executable file, which includes handling various platform-specific configuration issues. Linux provides a variety of different tools and Compute Canada systems include the most common: