# lingmo-calculator **Repository Path**: LingmoOS/lingmo-calculator ## Basic Information - **Project Name**: lingmo-calculator - **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**: 2024-08-11 - **Last Updated**: 2024-12-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 计算器 LingmoOS 计算器程序 ## 依赖包 ```shell sudo apt-get install cmake gcc qtbase5-dev qtdeclarative5-dev qml-module-qtquick2 qml-module-qtquick-controls2 ``` ## 构建和安装 ``` mkdir build cd build cmake .. make sudo make install ``` ## License GPLv3.