# lua **Repository Path**: BiggerMore/lua ## Basic Information - **Project Name**: lua - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lua lua5.2.3 用自己的cmake方案进行编译 # 编译 进入到我们项目的源码目录 输入命令 ```shell mkdir build cd build cmake .. cmake --build ```