Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
21.78k stars 837 forks source link

Cannot find file: cool-retro-term/qmltermwidget/qmltermwidget.pro. #797

Open andrewarrow opened 11 months ago

andrewarrow commented 11 months ago

Must be missing something. I installed latest Qt, added it to my path but I get:

os/cool-retro-term $ make -j8
cd qmltermwidget/ && ( test -e Makefile || /Users/aa/Qt/6.5.2/macos/bin/qmake -o Makefile /Users/aa/os/cool-retro-term/qmltermwidget/qmltermwidget.pro -config release ) && /Applications/Xcode.app/Contents/Developer/usr/bin/make -f Makefile 
Cannot find file: /Users/aa/os/cool-retro-term/qmltermwidget/qmltermwidget.pro.
make: *** [sub-qmltermwidget-make_first-ordered] Error 2
thetalmid commented 10 months ago

You should clone the repo with git clone --recurse-submodules --remote-submodules https://github.com/Swordfish90/cool-retro-term.git. That will also clone the repo for qmltermwidget. Then cd cool-retro-term && qmake && make.