Compiling from source
scenefx builds with meson. You'll need the following dependencies installed first:
- meson (build-time)
- wlroots
- wayland
- wayland-protocols (build-time)
- EGL and GLESv2
- libdrm
- pixman
Setup and build
meson setup build/
ninja -C build/
Install
sudo ninja -C build/ install
Packaged builds are also available for a number of distributions — check Repology for current versions.