diff --git a/How-to-Compile-cool-retro-term-for-DevTerm.md b/How-to-Compile-cool-retro-term-for-DevTerm.md index 1591e79..655e0dd 100644 --- a/How-to-Compile-cool-retro-term-for-DevTerm.md +++ b/How-to-Compile-cool-retro-term-for-DevTerm.md @@ -6,6 +6,11 @@ sudo apt update 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 ``` +#### ubuntu (A06) +``` +sudo apt update +sudo apt install build-essential qmlscene qt5-qmake qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools 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 +``` ### Compile (it takes about 30 minutes): ``` cd ~