jonaburg / picom

A lightweight compositor for X11 (previously a compton fork)
Other
954 stars 98 forks source link

Missing one dependency #46

Open RajPorus19 opened 3 years ago

RajPorus19 commented 3 years ago

I am running Linux Mint on my computer and I had to add one dependency for the build to work : libpcre++-dev Consider adding it to the build info.

bczsalba commented 3 years ago

Same happens on Regolith (based on Ubuntu 20.04).

Philipp0205 commented 2 years ago

apt-get install libpcre3 libpcre3-dev should fix it.

Adoni5 commented 2 years ago

I had the same issue on Ubuntu 22 - the above command by @Philipp0205 FIxed it.