# sparklee-apps **Repository Path**: SparkLee2017/sparklee-apps ## Basic Information - **Project Name**: sparklee-apps - **Description**: 我的应用宝 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-09 - **Last Updated**: 2021-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cmake-3.20.1 源码编译安装 ```shell $ cd /root/sparklee-apps/src/ $ tar zxvf cmake-3.20.1.tar.gz $ cd cmake-3.20.1 $ vim README.rst $ mkdir build && cd build $ ../bootstrap --prefix=/root/sparklee-apps/build/cmake-3.20.1-build $ make && make install ```