From 2549b384edf11f55d7f3deb0a39d3c0933740143 Mon Sep 17 00:00:00 2001 From: CodeLongAndProsper90 <50145141+CodeLongAndProsper90@users.noreply.github.com> Date: Sun, 10 Nov 2019 09:11:59 -0600 Subject: [PATCH] Create cool-retro-term_install_debian.sh Make a shell script to automate compiling from source --- cool-retro-term_install_debian.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cool-retro-term_install_debian.sh diff --git a/cool-retro-term_install_debian.sh b/cool-retro-term_install_debian.sh new file mode 100644 index 0000000..678da54 --- /dev/null +++ b/cool-retro-term_install_debian.sh @@ -0,0 +1,7 @@ +sudo apt install build-essential qmlscene qt5-qmake qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtgraphicaleffects qml-module-qtquick-dialogs qml-module-qtquick-localstorage qml-module-qtquick-window2 qml-module-qt-labs-settings qml-module-qt-labs-folderlistmodel + +git clone --recursive ://github.com/Swordfish90/cool-retro-term.git +cd cool-retro-term +qmake +make +sudo make install