DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnameboost-build
Beschreibungcross-platform build system for C++ projects
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2.0-m12-2
Sektiondevel
Prioritätoptional
Installierte Größe2364 Byte
Hängt ab vonbjam (>> 3.1.9-1)
Empfohlene Pakete
PaketbetreuerDebian Boost Team
Quelle
Paketgröße364526 Byte
Prüfsumme MD59b1275474813109f5e5c15d95c0c0669
Prüfsumme SHA140d06fed8056c709370f1c4e3b41224785c16dd6
Prüfsumme SHA256b24293549be4c611f5c63537eb8c7a0265fbfadd0849f9ea5da8526ef2252971
Link zum Herunterladenboost-build_2.0-m12-2_all.deb
Ausführliche BeschreibungBoost.Build is an easy way to build C++ projects, everywhere. You name you executables and libraries and list their sources. Boost.Build takes care about compiling your sources with right options, creating static and shared libraries, making executables, and other chores -- whether you're using gcc, msvc, or a dozen more supported C++ compilers -- on Windows, OSX, Linux and commercial UNIX systems. . Some of the most important features: . * Simple and high level build description. * Portability. Most important build properties have symbolic names that work everywhere. * Variant builds. When you build the same project twice with different properties, all produced files are placed in different directories, so you can build with 2 versions of gcc, or both debug and release variants in one invocation. * Global dependencies. No matter what directory you build in, Boost.Build will always check all dependencies in your entire project, preventing inconsistent binaries. * Usage requirements. A target can specify properties, like include paths and preprocessor defines, that are necessary to use it. Those properties will be automatically applied whenever the target is used.


Impressum
Linux is a registered trademark of Linus Torvalds