Intro to Meson

Поділитися
Вставка
  • Опубліковано 16 січ 2025

КОМЕНТАРІ • 16

  • @spurr-og4ci
    @spurr-og4ci 20 днів тому +2

    will be showing this to my professor tyvm

  • @benjaminpanatt384
    @benjaminpanatt384 21 день тому +8

    i fucking hate CMake but at 0:40 that's just not true, CMake is a build system generator, all i've ever used it for is generating makefiles but you can use it for ninja, xcode, visual studio, etc., meson looks cool though gonna give it a try

    • @durkisneer
      @durkisneer  21 день тому +1

      Thanks for the correction! I didn't know CMake generated ninja configurations as well. Though, xcode and VS are just IDEs so I'm not sure those relate.

    • @hhmhm-j4n
      @hhmhm-j4n 21 день тому +2

      @@durkisneer It is indeed relevant because those IDEs have proper build systems packaged within them. CMake generates build files for those systems, which make it easy to just launch the IDE -> hit "build" -> profit.

    • @durkisneer
      @durkisneer  20 днів тому +1

      @@hhmhm-j4n ah got it

  • @baw112
    @baw112 23 дні тому +1

    been waiting for this thanks 🙏

  • @MCSteve_
    @MCSteve_ 21 день тому +1

    Dependency() returns subprojects as a fallback
    So as a tip, if you want subprojects (provided by wrap) directly, you use subproject() and .get_variable('[name]_dep') is the convention of the provided dependency.

    • @durkisneer
      @durkisneer  20 днів тому +1

      Didn’t know that, thanks!

  • @HiImKyle
    @HiImKyle 20 днів тому +3

    Feels like xkcd/927.
    Your font is nice, what is that?

  • @MuuseWallter
    @MuuseWallter 22 дні тому +2

    me when my son asks who is his father

  • @CookieGod24
    @CookieGod24 20 днів тому +1

    Why use Meson over the alternatives?

    • @durkisneer
      @durkisneer  20 днів тому +1

      I personally find its syntax easier and more straightforward than CMake. Also, its configuration is typically faster.

  • @peacefuldeityspath
    @peacefuldeityspath 23 дні тому +2

    Cmake sucks, vcpkg on top ig this too