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 Ubuntu Archiv lucid (universe)
Version2.0-m12-2
Sektionuniverse/devel
Prioritätoptional
Installierte Größe2364 Byte
Hängt ab vonbjam (>> 3.1.9-1)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße364764 Byte
Prüfsumme MD5e77f4dd50199a05d225b572b167eaecd
Prüfsumme SHA146b0202729e8b1a42fcf576769086590e9c2bf81
Prüfsumme SHA256377bbab51c84a535c62417a1a57abe98c722db3b211efb3eda348dca67d727d6
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