# 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-02-15 ## 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 # default: ubuntu_2204 # python3 scripts/docker.py --command clear python3 scripts/docker.py --command build python3 scripts/docker.py --command run # ubuntu_latest # python3 scripts/docker.py --arch ubuntu_latest --command clear python3 scripts/docker.py --arch ubuntu_latest --command build python3 scripts/docker.py --arch ubuntu_latest --command run ``` ## Run xmake tests && examples ```bash # run all tests bash scripts/test.sh # run all examples bash scripts/example.sh ```