Scrum

HW1

Build Tools: Why?

  • Minimize recompilation and recompilation mistakes

  • Encode the build process

  • Provide easy build configuration

Build Tools: What?

  • For C/C++ and similar compiled languages

    • Make
    • Cmake
    • Meson
    • A bunch of other thingsā€¦
  • For Rust Cargo, for Golang integrated tool, etc

Build Tool Demo

Last modified: Wednesday, 7 October 2020, 3:36 PM