# openkylin-theme **Repository Path**: openkylin/openkylin-theme ## Basic Information - **Project Name**: openkylin-theme - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: openkylin/yangtze - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 5 - **Created**: 2022-07-17 - **Last Updated**: 2026-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 依赖 `$` sudo apt install meson ninja-build sass # 编译 `$` meson build `$` cd build `$` ninja # 安装 `$` meson build `$` cd build `$` meson install [Meson 使用相关文档](https://kwwzzz.gitee.io/2022/05/14/Meson%E7%AE%80%E5%8D%95%E4%BD%BF%E7%94%A8/) [Meson 官网](https://mesonbuild.com/index.html)