xmake Command Examples

A cross-platform C & C++ build utility based on Lua. More information: https://xmake.io/#/getting_started.

xmake create --language c -P {{project_name}}

xmake build run

xmake run {{target_name}}

xmake config --plat={{macosx|linux|iphoneos|...}} --arch={{x86_64|i386|arm64|...}} --mode={{debug|release}}

xmake install -o {{path/to/directory}}