📦 构建

  • 依赖库
pacman -S pkgconf wayland wayland-protocols \
          wlr-protocols mesa ffmpeg \
          nlohmann-json tomlplusplus
  • 构建命令
# release
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
# debug
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug

cmake --build build
# 需要指定安装前缀
cmake --install build