Hey all,
I'm a beginner to Linux, I'm running Linux Mint 17.2 and I've run into an issue.
I downloaded the Retro Terminal emulator from github (link below)
https://github.com/Swordfish90/cool-retro-term
I downloaded it by typing git into the terminal, and all was well. However, it needed compiling, so I download the dependencies, but I have no idea hw to install qt.. I think I have it installed, I can type Qmake and stuff happens, but upon trying to compile retro terminal with the command qmake && make, it says that the following and does not compile:
cd qmltermwidget/ && ( test -e Makefile || /usr/lib/x86_64-linux-gnu/qt5/bin/qmake /home/USERNAME/cool-retro-term/qmltermwidget/qmltermwidget.pro -o Makefile ) && make -f Makefile
Cannot find file: /home/USERNAME/cool-retro-term/qmltermwidget/qmltermwidget.pro.
I Also tried the Ubuntu version that was pre-compiled, but I Don't know how to use the PPA. I Would really appreciate some help, I would really like to install this application but my noob-ism is preventing me from doing so
Cheers
Krisiskiller