picom icon indicating copy to clipboard operation
picom copied to clipboard

docs(readme): add cmake & git as build dependencies

Open koibtw opened this issue 1 year ago • 0 comments

When running meson setup --buildtype=release build on a fresh Debian install (in distrobox) I got 2 errors:

  • one about git and not being able to clone some dependency
  • the other one about cmake (self-explanatory) So i added cmake and git to the dependencies in README.md.

koibtw avatar Sep 20 '24 12:09 koibtw