You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Canming Huang be67983e63 Fix iOS build 13 years ago
..
cmake updated ios build script 13 years ago
build.sh Fix iOS build 13 years ago
configure-device_xcode.sh fixed a bug in building binaries for iOS 13 years ago
configure-simulator_xcode.sh fixed a bug in building binaries for iOS 13 years ago
package.sh Fix iOS build 13 years ago
readme.txt Added ios script from opencv 14 years ago

readme.txt

Assuming that your build directory is on the same level that opencv source,
From the build directory run
../opencv/ios/configure-device_xcode.sh
or
../opencv/ios/configure-simulator_xcode.sh

Then from the same folder invoke

xcodebuild -sdk iphoneos -configuration Release -target ALL_BUILD
xcodebuild -sdk iphoneos -configuration Release -target install install

or

xcodebuild -sdk iphonesimulator -configuration Release -target ALL_BUILD
xcodebuild -sdk iphonesimulator -configuration Release -target install install