# screenlocker **Repository Path**: LingmoOS/screenlocker ## Basic Information - **Project Name**: screenlocker - **Description**: 屏幕锁 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-01-19 - **Last Updated**: 2023-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 屏幕锁 ## 第三方代码 kcheckpass ### Debian/Ubuntu依赖包 ``` sudo apt install libpam0g-dev libx11-dev -y ``` ## 构建 ```shell mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. make ``` ## 安装 ```shell sudo make install ``` ## License This project has been licensed by GPLv3.