Software Alternatives, Accelerators & Startups

Building and Running Pidgin and Finch 3

Ninja Build Meson
  1. Ninja is a small build system with a focus on speed.
    Pricing:
    • Open Source
    Now that you have your build system all generated you can go ahead and build everything. By default Meson will use Ninja as the build tool. Ninja is similar to Make but much much faster. You can also generate additional build systems but that's outside of the scope of this post.

    #Front End Package Manager #JavaScript Package Manager #JS Build Tools 22 social mentions

  2. 2
    Meson is an open source build system meant to be both extremely fast, and, even more importantly...
    Pricing:
    • Open Source
    Historically when you're building software you need to install it before you can run it. A while back Meson added support for development environments (aka devenv's). These allow us to run pidgin3 and finch3 from the build directory without installing, which saves a TON of development time!

    #Front End Package Manager #JavaScript Package Manager #JS Build Tools 43 social mentions

Discuss: Building and Running Pidgin and Finch 3

Log in or Post with