mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-19 13:48:49 +01:00
Created How to Compile cool retro term for DevTerm (markdown)
parent
d648e491a9
commit
3e4981735a
21
How-to-Compile-cool-retro-term-for-DevTerm.md
Normal file
21
How-to-Compile-cool-retro-term-for-DevTerm.md
Normal file
@ -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`
|
||||
Loading…
x
Reference in New Issue
Block a user