audio icon indicating copy to clipboard operation
audio copied to clipboard

Add first version of iOS build script

Open hwangjeff opened this issue 2 years ago • 1 comments

Adds first version of iOS build script that includes only csrc files with no third party dependencies.

Sample run command:

LIBTORCH_HEADER_ROOT="/path/LibTorch-Lite/install/include" IOS_ARCH="x86_64" ./build_ios.sh

hwangjeff avatar Apr 13 '22 03:04 hwangjeff

HI @hwangjeff . Looks good. May I ask, please put in the description the list of artifacts that will be generated by this script and a small note how do we plan on distributing these binaries ?

atalman avatar Apr 22 '22 13:04 atalman