Configure scripts are an automated method of modifying source code before compilation in order to produce code tailored to the system on which a binary executable is to be compiled and run. Configure scripts are typically run immediately before compilation on the machine on which the software is to be used. Configure scripts are generated by the Autotools suite of build management tools.
| Property | Value |
| dbpedia-owl:thumbnail
| |
| dbpprop:abstract
|
- Configure scripts are an automated method of modifying source code before compilation in order to produce code tailored to the system on which a binary executable is to be compiled and run. Configure scripts are typically run immediately before compilation on the machine on which the software is to be used. Configure scripts are generated by the Autotools suite of build management tools. These scripts query the system on which they run for environment settings, platform architecture, and the existence and location of required build and runtime dependencies. They then use the gathered information to process and fill out templates, customarily ending in . in. After successful completion, it is common for configure scripts to print a report to the developer invoking them. Because of the platform independence and broad developer experience with the configure script interface, many popular pieces of free software and proprietary software use this system during their system detection and makefile generation phase. After configure scripts have been created, building software that makes use of them is as simple as . /configure && make && make install
- configure jest to skrypt dokonujący ustawień dla make oraz sprawdzający, czy środowisko, w którym jest uruchomiony zawiera potrzebne biblioteki do kompilacji. Skrypt jest zwykle tworzony w sposób automatyczny przy pomocy narzędzi z pakietu autoconf. Używany jest on głównie przy wykorzystywaniu gcc.
- Configure é um vocábulo que significa configurar, na língua inglesa. No contexto computacional, o comando configure ou . /configure é muito usado em sistemas UNIX, como o Linux, para preparar programas distribuídos em código-fonte para serem compilados pelo gcc ou outros, através do utilitário make. O configure aparece normalmente associado ao make em todos os sistemas Unix e destina-se facilitar as tarefas de distribuição, compilação e instalação de programas. Durante a execução do utilitário configure, o sistema operativo é analisado de acordo com directivas especificadas normalmente nos ficheiros Makefile. in e config.h. in. Em função dos componentes encontrados e das versões respectivas, é criado um arquivo Makefile com as instruções de compilação e instalação adequadas para o sistema presente. Por vezes é tamém gerado um arquivo config. h que é depois incluído pela aplicação durante a compilação. A Makefile grada pelo configure é depois utilizada pelo utilitário make para compilar e instalar a aplicação pretendida. De uma forma geral, os passos para se instalar uma aplicação através do make são: . /configure make clean (opcional) make make install Mais informações podem ser vistas em livros dedicados ao Unix e em tutoriais de compilação de programas.
- configure Linux/Unix tabanlı sistemlerde bir yazılımın ya da program paketinin kaynak dosyaları üzerinden kurulması esnasında, paketin kurulum kurallarını belirleyen ve paketin bağımlı olduğu yazılım ve kütüphaneleri kontrol eden betiktir. configure betiğine komut satırından geçirilen çeşitli parametreler yardımıyla, paketin kurulacağı dizin, hangi özelliklerle kurulacağı ve bu paketin bağımlı olduğu diğer paketler var ise gerekli olduğu durumda bunların kurulu olduğu dizinler belirtilir. Betiğin çalışması esnasında meydana gelen hatalar ekrana direkt olarak basılarak hatanın olduğu yerde betiğin çalışması durur. Hata ile ilgili ayrıntılı bilgi config. log isimli bir dosyada tutulur. Kaynak dosyaların make komutu ile derlenmeye başlanabilmesi için configure betiği hatasız bir şekilde çalışmasını tamamlamalıdır.
|
| rdfs:comment
|
- Configure scripts are an automated method of modifying source code before compilation in order to produce code tailored to the system on which a binary executable is to be compiled and run. Configure scripts are typically run immediately before compilation on the machine on which the software is to be used. Configure scripts are generated by the Autotools suite of build management tools.
- configure jest to skrypt dokonujący ustawień dla make oraz sprawdzający, czy środowisko, w którym jest uruchomiony zawiera potrzebne biblioteki do kompilacji. Skrypt jest zwykle tworzony w sposób automatyczny przy pomocy narzędzi z pakietu autoconf. Używany jest on głównie przy wykorzystywaniu gcc.
- Configure é um vocábulo que significa configurar, na língua inglesa. No contexto computacional, o comando configure ou . /configure é muito usado em sistemas UNIX, como o Linux, para preparar programas distribuídos em código-fonte para serem compilados pelo gcc ou outros, através do utilitário make. O configure aparece normalmente associado ao make em todos os sistemas Unix e destina-se facilitar as tarefas de distribuição, compilação e instalação de programas.
- configure Linux/Unix tabanlı sistemlerde bir yazılımın ya da program paketinin kaynak dosyaları üzerinden kurulması esnasında, paketin kurulum kurallarını belirleyen ve paketin bağımlı olduğu yazılım ve kütüphaneleri kontrol eden betiktir.
|
| rdfs:label
|
- Configure script
- Configure
- Configure
- Configure
|
| skos:subject
| |
| foaf:depiction
| |
| foaf:page
| |
| is dbpprop:redirect
of | |