Announcement

Collapse
No announcement yet.

Build2: Another New C++ Build Toolchain / Build System / Package Manager

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Build2: Another New C++ Build Toolchain / Build System / Package Manager

    Phoronix: Build2: Another New C++ Build Toolchain / Build System / Package Manager

    Build2 was announced today by Code Synthesis with an alpha release of this new cross-platform toolchain for building and packaging C++ code-bases...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    I do not think it is a good idea to have "fetch" command in build system.

    Comment


    • #3
      Originally posted by Displacer View Post
      I do not think it is a good idea to have "fetch" command in build system.
      You mean the bit where it pulls required libraries off a repo? That's somewhat unconventional in the UNIX C/C++ world, where dependencies are normally assumed to be installed as system libraries, but it's pretty standard elsewhere... the Java world has always taken the approach of bundling dependencies, and the Node/Javascript community seems to be doing the same thing.

      Comment

      Working...
      X