Cool Retro Term - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Tutorials (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=21) +--- Thread: Cool Retro Term (/showthread.php?tid=2188) |
Cool Retro Term - Valtam - 09-12-2015 For me, easily the coolest terminal I've ever tried. It does pull in a lot of QT bloat, so just be aware of that. Code: sudo apt-get install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qtdeclarative5-controls-plugin qtdeclarative5-qtquick2-plugin libqt5qml-graphicaleffects qtdeclarative5-dialogs-plugin qtdeclarative5-localstorage-plugin qtdeclarative5-window-plugin git # Get it from GitHub Code: git clone --recursive https://github.com/Swordfish90/cool-retro-term.git # Build it Code: cd cool-retro-term # Compile Code: qmake && make # Have fun! Code: ./cool-retro-term [img height=600 width=775]http://i.imgur.com/sjmGHON.png[/img] Source: https://github.com/Swordfish90/cool-retro-term Re: Cool Retro Term - avj - 09-12-2015 I like that, reminds me of the old Compaq computers of the early 1980's that ran DOS. http://img190.imageshack.us/img190/7141/img0601o.jpg |