Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 198 Bytes

compile_android.md

File metadata and controls

16 lines (12 loc) · 198 Bytes
  • step 1
mkdir build && cd build
  • step 2
cd build && cmake -DCMAKE_BUILD_TYPE=Release -DLLVM_CREATE_XCODE_TOOLCHAIN=ON ../
  • step 3
cd build && make -j16