forked from BloodAxe/OpenCV-iOS-build-script
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
30 lines (23 loc) · 1.02 KB
/
README
File metadata and controls
30 lines (23 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
################################################################################
# This script will create universal binaries for OpenCV library for
# iOS-based devices (iPhone, iPad, iPod, etc).
# As output you obtain debug/release static libraries and include headers.
#
# This script was written by Eugene Khvedchenya
# And distributed under GPL license
# Support site: http://computer-vision-talks.com
################################################################################
Changelog:
Version 1.5
+ Added Xcode 4.2.x and iOS 5 SDK support
+ Native experimental OpenCV build system is used
Version 1.4
+ Updated build script to support OpenCV 2.2.9
Version 1.3
+ Fixed bug with creation of universal binaries if opencv source path was not ends with 'opencv'
Version 1.2
+ Added Armv6 architecture support
Version 1.1 - Added support for XCode 4
+ Fixed problem when building for XCode 4 - resolved by patching copy of OpenCV sources
Version 1.0 - Initial commit
+ Supported OpenCV up to 4771 revision, XCode 3 and iOS SDK 4.2.1