mirror of https://github.com/cutefishos/terminal
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
395 B
Markdown
26 lines
395 B
Markdown
# CutefishOS Terminal
|
|
|
|
A terminal emulator for Cutefish.
|
|
|
|
### Third Party Code
|
|
|
|
[qmltermwidget](https://github.com/Swordfish90/qmltermwidget).
|
|
|
|
## Dependencies
|
|
|
|
```sh
|
|
sudo apt install extra-cmake-modules qtbase5-dev qtdeclarative5-dev qtquickcontrols2-5-dev
|
|
```
|
|
|
|
## Build and install
|
|
```sh
|
|
mkdir build
|
|
cd build
|
|
cmake ..
|
|
make
|
|
make install
|
|
```
|
|
|
|
## License
|
|
|
|
This project has been licensed by GPLv3. |