From 3e4981735acf5c0917bcb6f380aa62a283f63053 Mon Sep 17 00:00:00 2001 From: GNU Date: Thu, 4 Nov 2021 15:44:57 +0800 Subject: [PATCH] Created How to Compile cool retro term for DevTerm (markdown) --- How-to-Compile-cool-retro-term-for-DevTerm.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 How-to-Compile-cool-retro-term-for-DevTerm.md diff --git a/How-to-Compile-cool-retro-term-for-DevTerm.md b/How-to-Compile-cool-retro-term-for-DevTerm.md new file mode 100644 index 0000000..1591e79 --- /dev/null +++ b/How-to-Compile-cool-retro-term-for-DevTerm.md @@ -0,0 +1,21 @@ +# cool-retro-term + +### Install the necessary packages: + +``` +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 +``` +### Compile (it takes about 30 minutes): +``` +cd ~ +git clone --recursive https://github.com/Swordfish90/cool-retro-term.git +cd cool-retro-term +git reset --hard dac2b4 +qmake && make +cp -r qmltermwidget/src/qmldir qmltermwidget/lib/kb-layouts qmltermwidget/lib/color-schemes qmltermwidget/src/QMLTermScrollbar.qml qmltermwidget/QMLTermWidget +``` + +### Run + +`./cool-retro-term --fullscreen` \ No newline at end of file