Toolchain
- Toolchain
-
Un toolchain (littéralement chaîne d'outils) est un terme utilisé par la communauté anglosaxonne pour désigner un ensemble de programmes (outils) utilisés pour créer un produit. Ces outils peuvent être utilisés en chaîne, c'est-à-dire que la sortie d'un outil est l'entrée d'un autre, mais le terme est largement utilisé pour faire référence à tout ensemble d'outils de développement.
Un toolchain simple consiste en un éditeur de texte pour écrire le code source, un compilateur et un éditeur de liens pour le transformer en exécutable, et des bibliothèques logicielles pour s'interfacer avec le système d'exploitation. Un produit complexe comme un jeu vidéo nécessite des outils pour préparer les différents éléments (effets sonores, musique, textures, etc.) et les combiner.
La communauté francophone utilise l'expression plus générale d'outils de développement.
Wikimedia Foundation.
2010.
Contenu soumis à la licence CC-BY-SA. Source : Article Toolchain de Wikipédia en français (auteurs)
Regardez d'autres dictionnaires:
Toolchain — In software, a toolchain is the set of computer programs (tools) that are used to create a product (typically another computer program or system of programs). The tools may be used in a chain, so that the output of each tool becomes the input for … Wikipedia
Toolchain — Als Toolchain (englisch für Werkzeugkette) wird in der Softwareentwicklung eine systematische Sammlung von Werkzeug Programmen bezeichnet, welche zur Erzeugung eines Produktes (meist eines anderen Programmes oder eines System von Programmen)… … Deutsch Wikipedia
Toolchain — GNU toolchain набор необходимых пакетов программ для компиляции и генерации выполняемого кода из исходных текстов программ. Программы проекта Содержание 1 Состав 2 GCC 3 Программы разработчика 4 Ссылки … Википедия
toolchain — noun A set of tools for software development, often used in sequence so that the output of one tool comprises the input of the next … Wiktionary
GNU AVR toolchain — GNU AVR toolchain, или AVR GCC toolchain наименование набора распространяемых по лицензии GPL, LGPL пакетов программ, необходимых для компиляции из исходных текстов выполняемого кода программ для процессоров AVR. Основу составляют утилиты avr… … Википедия
GNU toolchain — The GNU toolchain is a blanket term for a collection of programming tools produced by the GNU Project. These tools form a toolchain (suite of tools used in a serial manner) used for developing applications and operating systems.The GNU toolchain… … Wikipedia
GNU toolchain — El GNU toolchain es un término que agrupa a una serie de proyectos que contienen las herramientas de programación producidas por el proyecto GNU. Estos proyectos forman un sistema integrado que es usado para programar tanto aplicaciones como… … Wikipedia Español
GNU Toolchain — Die GNU Toolchain (deutsch: GNU Werkzeugkette) ist ein Gesamtbegriff für die Programmierwerkzeuge, die vom GNU Projekt produziert wurden. Diese Projekte bilden ein Gesamtsystem oder eine Werkzeugkette, die für die Programmierung von sowohl… … Deutsch Wikipedia
GNU toolchain — est un terme général utilisé par la communauté anglosaxonne pour désigner certains outils de développement (en) du projet GNU. Ces outils forment une suite d outils de développement utilisés en série, souvent appelée « toolchain »… … Wikipédia en Français
Debian build toolchain — A typical input of the Debian build tools: three files constituting the source package (the bottom) and the unpacked source tree with a debian subdirectory added there by the package maintainer. The Debian build toolchain is a collection of… … Wikipedia