mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-11-24 14:35:56 +00:00
Create cool-retro-term_install_debian.sh
Make a shell script to automate compiling from source
This commit is contained in:
parent
64e007f1fd
commit
2549b384ed
7
cool-retro-term_install_debian.sh
Normal file
7
cool-retro-term_install_debian.sh
Normal file
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user