- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 750
build
        ruki edited this page Feb 4, 2016 
        ·
        1 revision
      
    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