Menu â–¾ â–´

build

ruki

please install xmake first: xmake

    // build for the host platform
    cd ./tbox
    xmake

    // build for the iphoneos platform
    cd ./tbox
    xmake f -p iphoneos 
    xmake

    // build for the android platform
    cd ./tbox
    xmake f -p android --ndk=xxxxx
    xmake

Related

Wiki: _Sidebar