# terminal **Repository Path**: cutefishos/terminal ## Basic Information - **Project Name**: terminal - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-07-01 - **Last Updated**: 2023-04-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 qttools5-dev ``` ## Build and install ```sh mkdir build cd build cmake .. make make install ``` ## License This project has been licensed by GPLv3.