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

maim on Clear Linux #201

Closed jozsefk9 closed 3 years ago

jozsefk9 commented 4 years ago

This works great! Thank you. But, would it be possible to get it working on Clear Linux somehow, please?

foxpy commented 3 years ago

I don't see any problems.

sudo swupd bundle-add devpkg-libpng
sudo swupd bundle-add devpkg-libjpeg-turbo
sudo swupd bundle-add devpkg-libXrender
sudo swupd bundle-add devpkg-glm
sudo swupd bundle-add devpkg-glew
sudo swupd bundle-add devpkg-icu4c
cd ~
git clone https://github.com/naelstrof/slop
cd slop
cmake -DCMAKE_INSTALL_PREFIX="/usr" .
cmake --build .
sudo make install
cd ~
git clone https://github.com/naelstrof/maim
cd maim
cmake -DCMAKE_INSTALL_PREFIX="/usr" .
cmake --build .
sudo make install

@naelstrof should we close this issue now?

foxpy commented 3 years ago

@jozsefk9 does provided snippet solve your issue?

jozsefk9 commented 3 years ago

Sorry, I'm not on Clear Linux long time already. But thank you anyway for the solution!

foxpy commented 3 years ago

I guess I am closing the issue now