Skip to content

Instantly share code, notes, and snippets.

View zhouhao27's full-sized avatar

Zhou Hao zhouhao27

  • Zeus Software LLP
  • Singapore
View GitHub Profile
#!/bin/sh
GLOBAL_OUTDIR="`pwd`/dependencies"
LOCAL_OUTDIR="./outdir"
LEPTON_LIB="`pwd`/leptonica-1.76.0"
TESSERACT_LIB="`pwd`/tesseract-3.05.02"
# OPENCV_LIB = "`pwd`/opencv_3.4.1_5"
IOS_BASE_SDK="10.3"
IOS_DEPLOY_TGT="8.0"