đŸ“Ļ Build

  • Dependence
pacman -S pkgconf wayland wayland-protocols \
          wlr-protocols mesa ffmpeg \
          nlohmann-json tomlplusplus
  • Build Command
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug
cmake --build build
  • Prefix needs to be specified
cmake --install build