Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 363 Bytes

macos.md

File metadata and controls

20 lines (12 loc) · 363 Bytes

MacOS build

Prerequisites

  • a C++23 compatible compiler, we only support Clang with libc++
  • meson
  • some development packages from homebrew, these are optional, since meson can compile them from source

Compiling

You just have to call these commands:

meson setup build

meson compile -C build

./build/oopetris # to run the executable