# xmake **Repository Path**: tomocat/xmake ## Basic Information - **Project Name**: xmake - **Description**: 🌟A cross-platform build utility based on Lua, better suited for large-scale projects. - **Primary Language**: Lua - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-22 - **Last Updated**: 2026-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # README 🌟 A Linux C++ build utility based on Lua, better suited for large-scale projects. ## Install ```bash bash scripts/install.sh ``` ## Docker dev environment ```bash just docker ubuntu_2204 ``` ## Run xmake tests && examples ```bash # run all tests just test # run all examples just example ```