toolchain – 工具链
toolchain – 工具链
In software, a toolchain is a set of programming tools that is used to perform a complex software development task or to create a software product, which is typically another computer program or a set of related programs. In general, the tools forming a toolchain are executed consecutively so the output or resulting environment state of each tool becomes the input or starting environment for the next one, but the term is also used when referring to a set of related tools that are not necessarily executed consecutively.
在软件中,工具链是一组编程工具,用于执行复杂的软件开发任务或创建软件产品,该软件产品通常是另一个计算机程序或一组相关程序。通常,形成工具链的工具是连续执行的,因此每个工具的输出或结果环境状态成为下一个工具的输入或启动环境,当引用一组相关工具但不必须连续执行时也使用该术语。
1. GNU toolchain
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/226438.html原文链接:https://javaforall.net
