build2 VS Qt6

Compare build2 vs Qt6 and see what are their differences.

Qt6

build2 packages for the Qt6 libraries (by build2-packaging)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
build2 Qt6
5 1
543 0
1.1% -
9.2 8.5
7 days ago 4 months ago
C++ C++
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

build2

Posts with mentions or reviews of build2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-14.
  • b2 for C++?
    6 projects | /r/cpp | 14 Jul 2022
    Yes, this is a common stumbling block for users with the CMake background. The underlying reason is that build2 is a "multi-repo first" build system while CMake is "mono-repo first" (or perhaps even "mono-repo only"; I don't think there were repositories as we know them when Autotools was designed ;-)). In particular, in build2 it's common to build multiple independent projects/repositories in a shared build configuration. Putting this build configuration as a subdirectory of source directory of one of them would be strange. You can read more on this in this issue: https://github.com/build2/build2/issues/187
  • build2 IDE support?
    1 project | /r/cpp | 27 Oct 2021
    build2 can generate Clang compilation database (currently indirectly): https://github.com/build2/build2/issues/96 I believe quite a few IDEs (including CLion) can work off that.
  • Debian Running on Rust Coreutils
    20 projects | news.ycombinator.com | 9 Mar 2021
    Yes, please, that would be very helpful: https://github.com/build2/build2/issues

Qt6

Posts with mentions or reviews of Qt6. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-14.
  • b2 for C++?
    6 projects | /r/cpp | 14 Jul 2022
    I think in your case the most challenging aspect (apart from getting used to a new build system philosophy) will be code generators simply because to get this right (i.e., with proper dependency tracking, etc) requires quite a few moving parts. You can see an example of this in our libQtCore buildfile that handles moc: https://github.com/build2-packaging/Qt6/blob/master/libQt6Core/QtCore/buildfile

What are some alternatives?

When comparing build2 and Qt6 you can also consider the following projects:

samurai - ninja-compatible build tool written in C

boost-dependency - Boost dependency breeding test

embedded-graphics - A no_std graphics library for embedded applications

BSDCoreUtils - BSD coreutils is a port of many utilities from BSD to Linux and macOS.

fancy-regex - Rust library for regular expressions using "fancy" features like look-around and backreferences

shake - Shake build system

coreutils - Cross-platform Rust rewrite of the GNU coreutils

fab-rs - The fabulous, aspirationally Make-compatible, fabricator of files.

Rust-for-Linux - Adding support for the Rust language to the Linux kernel.

regex - An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

just - 🤖 Just a command runner