Download the source code from:
- http://screengrab.doomer.org/download/
- libqt4-devel
- gcc
- gcc-c++
- cmake
- cd ~/Downloads/Source/screengrab*
- mkdir build
- cd build
- cmake ../
- make
- sudo make install
A bug puts the libraries in the wrong location, we need to correct it:
- sudo mv /screengrab /usr/local/
- leafpad ~/.local/share/applications/screengrab.desktop
[Desktop Entry]
Name=Screengrab
Comment=Capture screenshots
GenericName=Screengrab
Exec=screengrab
Icon=screengrab
Terminal=false
StartupNotify=true
Type=Application
Categories=Graphics;
Enjoy!
No comments:
Post a Comment