danoli3 / pocketsphinx-ios-demo

Simple demo for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMUSphinx iOS build script

This is a shell script to build CMUSphinx libraries for iOS apps.

Tested with:

  • Xcode 6

Requirements

  • To build everything:

      ./build_iphone.sh
    
  • To build arm64 libraries:

      ./build_iphone.sh arm64
    
  • To build fat libraries for armv7 and x86_64 (64-bit simulator):

      ./build_iphone.sh armv7 x86_64
    

About

Simple demo for iOS


Languages

Language:Shell 100.0%