Hacker News new | ask | show | jobs
by zamfofex 1071 days ago
Thank you for trying out my game! The intended way to build a single engine/port (e.g. SDL2 in your case) is to run:

    meson setup -Dengines=sdl2 build
    meson compile -C build
1 comments

Thanks so much!!