Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Last active October 28, 2017 21:36
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save diegopacheco/a574f72c9a294828ec4faf9233143d05 to your computer and use it in GitHub Desktop.
Save diegopacheco/a574f72c9a294828ec4faf9233143d05 to your computer and use it in GitHub Desktop.
Cool RETRO Terminal on Ubuntu Linux 17.04
sudo apt-get install -y build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls qtdeclarative5-qtquick2-plugin qml-module-qtgraphicaleffects qml-module-qtquick-dialogs qtdeclarative5-localstorage-plugin qtdeclarative5-window-plugin

sudo apt-get install qml-module-qt-labs-folderlistmodel -y

sudo apt-get install qml-module-qt-labs-settings -y

wget http://download.qt.io/official_releases/qt/5.7/5.7.0/qt-opensource-linux-x64-5.7.0.run
chmod +x qt-opensource-linux-x64-5.7.0.run
./qt-opensource-linux-x64-5.7.0.run

# Get it from GitHub
git clone --recursive https://github.com/Swordfish90/cool-retro-term.git

# Build it
cd cool-retro-term

# Compile (Fedora and OpenSUSE user should use qmake-qt5 instead of qmake)
qmake && make

# Have fun!
./cool-retro-term

More one: https://github.com/Swordfish90/cool-retro-term

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment