-
-
Notifications
You must be signed in to change notification settings - Fork 737
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