Swordfish90 / cool-retro-term

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

qmake && make not working on OS X #669

Closed MoldZombie closed 3 years ago

MoldZombie commented 3 years ago

Everytime I try to use the function:

brew install qt5 git clone --recursive https://github.com/Swordfish90/cool-retro-term.git export CPPFLAGS="-I/usr/local/opt/qt5/include" export LDFLAGS="-L/usr/local/opt/qt5/lib" export PATH=/usr/local/opt/qt5/bin:$PATH cd cool-retro-term qmake && make mkdir cool-retro-term.app/Contents/PlugIns cp -r qmltermwidget/QMLTermWidget cool-retro-term.app/Contents/PlugIns open cool-retro-term.app

qmake && make doesn't work and screws everything up, I downloaded qt and it still doesn't work, any suggestions?

MoldZombie commented 3 years ago

I re-downloaded everything and it worked!