Installation

via curl

$ bash <(curl -fsSL http://xmake.io/get.sh)

via wget

$ bash <(wget http://xmake.io/get.sh -O -)

via powershell

$ Invoke-Expression (Invoke-Webrequest 'http://xmake.io/get.ps1' -UseBasicParsing).Content

Simple description

target("console")
    set_kind("binary")
    add_files("src/*.c") 

Build project

$ xmake

Run target

$ xmake run console

Debug target

$ xmake run -d console

Support features

Support platforms

Support Languages

Builtin Plugins

Examples

usage_demo

Contacts