naelstrof / maim

maim (make image) takes screenshots of your desktop. It has options to take only a region, and relies on slop to query for regions. maim is supposed to be an improved scrot.
Other
2.15k stars 78 forks source link

GLEW is also a requisite for installing maim #239

Closed BuddhiLW closed 2 years ago

BuddhiLW commented 2 years ago

I would make a pull request, but it's a simple issue.

I was unable to fresh install maim, because I didn't have GLEW installed. So, I would add that on the documentations, when mentioning cmake.

foxpy commented 2 years ago

On the slop repo it is mentioned that GLEW is required, and since slop is a dependency of maim, everything seems alright.

BUT!

A build process of slop is mentioned in README for maim, so it really needs to have GLEW mentioned as a requisite. There is also libxext mentioned on the slop page, we should probably add this too.

So, in conclusion, not only GLEW, but also libxext.