Naz Asked: 2019-02-02 11:51:36 +0800 CST2019-02-02 11:51:36 +0800 CST 2019-02-02 11:51:36 +0800 CST Why is ClipGrab.pro not opening? 772 I am trying to open Clipgrab but clipgrab.pro not open with run software i can't understand what I missed: I also tried to run using: qmake clipgrab.pro && make but got no response. What can I do? software-installation youtube downloaders 1 Answers Voted Best Answer N0rbert 2019-02-02T12:34:09+08:002019-02-02T12:34:09+08:00 To compile and use ClipGrab you need to do the following: cd ~/Downloads wget https://download.clipgrab.org/clipgrab-3.8.0.tar.gz tar -xf clipgrab-3.8.0.tar.gz cd clipgrab-3.8.0 then get all needed dependencies: sudo apt-get install qt5-qmake qt5-default qtbase5-dev qtwebengine5-dev then compile it qmake clipgrab.pro && make and use it ./clipgrab Another option is to get ClipGrab from its PPA for 14.04 LTS, 16.04 LTS and 18.04 LTS: sudo add-apt-repository ppa:clipgrab-team/ppa sudo apt-get update sudo apt-get install clipgrab
To compile and use ClipGrab you need to do the following:
then get all needed dependencies:
then compile it
and use it
Another option is to get ClipGrab from its PPA for 14.04 LTS, 16.04 LTS and 18.04 LTS: