LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   LinuxQuestions.org Member Success Stories (https://www.linuxquestions.org/questions/linuxquestions-org-member-success-stories-23/)
-   -   Compiling and Installing dvbcut on CentOS 7 (https://www.linuxquestions.org/questions/linuxquestions-org-member-success-stories-23/compiling-and-installing-dvbcut-on-centos-7-a-4175612123/)

jsbjsb001 08-17-2017 08:00 AM

Compiling and Installing dvbcut on CentOS 7
 
When you follow the instructions in the INSTALL file, you get the following error message;

Code:

bash: qmake: command not found
The problem is that the qmake command is called qmake-qt4 in CentOS 7, instead of qmake

Replace;

Code:

qmake && make
with

Code:

qmake-qt4 && make
And then, as long as you have the necessary dependencies installed (mentioned in the INSTALL file), dvbcut should compile.

Then follow the rest of the instructions in the INSTALL file, to install dvbcut.

And that's it!


All times are GMT -5. The time now is 10:28 PM.