Skip to content

Instantly share code, notes, and snippets.

View tato469's full-sized avatar
🎯
Focusing

Fernando Valle tato469

🎯
Focusing
View GitHub Profile
#!/bin/sh
# build.sh
GLOBAL_OUTDIR="`pwd`/dependencies"
LOCAL_OUTDIR="./outdir"
LEPTON_LIB="`pwd`/leptonica-1.68"
TESSERACT_LIB="`pwd`/tesseract-3.01"
IOS_BASE_SDK="5.1"
IOS_DEPLOY_TGT="4.3"