From 4765f0503be34cb0a17d1dce77f903280e754ce3 Mon Sep 17 00:00:00 2001 From: GNU Date: Thu, 4 Nov 2021 16:00:16 +0800 Subject: [PATCH] Updated How to Compile cool retro term for DevTerm (markdown) --- How-to-Compile-cool-retro-term-for-DevTerm.md | 5 +++++ 1 file changed, 5 insertions(+) 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 ~