# linux_app_frame **Repository Path**: thelastbug/linux_app_frame ## Basic Information - **Project Name**: linux_app_frame - **Description**: app 编译框架,采用cmake和make - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-10-30 - **Last Updated**: 2024-10-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux 应用开发通用框架 1. 采用 make + cmake 方式编译,其中: - 文件组织采用 cmake - 编译命令采用 make,目前支持的命令有: - make - make VERBOSE=1 - make clean - make menuconfig - 运行:./build/demo