# terminal **Repository Path**: lingmo-linux/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**: 0 - **Created**: 2023-12-15 - **Last Updated**: 2023-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # YoyoOS Terminal A terminal emulator for Yoyo. ### 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.