readme.txt 351 B

1234567
  1. Building OpenCV from Source, using CMake and Command Line
  2. =========================================================
  3. cd ~/<my_working_directory>
  4. python opencv/platforms/ios/build_framework.py ios
  5. If everything's fine, a few minutes later you will get ~/<my_working_directory>/ios/opencv2.framework. You can add this framework to your Xcode projects.