Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 647 Bytes

File metadata and controls

32 lines (20 loc) · 647 Bytes

Linux build

Prerequisites

  • a C++23 compatible compiler, we support Clang with libc++ and libstdc++ and GCC.
  • meson
  • some development packages, 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

Compiling for flatpak

You optionally can compile a flatpak image.

For that you need some additional binaries, namely the flatpak-builder, than just run:

Note

that is not entirely correct

flatpak-build io.github.openbrickprotocolfoundation.oopetris.yml