Skip to content

Instantly share code, notes, and snippets.

@romainbriche
Forked from benjohnde/build_opencv_ios.sh
Created October 25, 2017 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romainbriche/d2b8fb33b581925c38b923f9a49d9595 to your computer and use it in GitHub Desktop.
Save romainbriche/d2b8fb33b581925c38b923f9a49d9595 to your computer and use it in GitHub Desktop.
Compilation error of dynamic framework for iOS (OpenCV 3.3.0)
#!/bin/bash
git clone git@github.com:opencv/opencv.git
cd opencv
git checkout 3.3.0
python platforms/ios/build_framework.py ios \
--dynamic \
--without imgcodec --without videoio --without video --without calib3d --without features2d \
--without objdetect --without dnn --without ml --without flann --without photo --without stitching \
--without cudaarithm --without cudabgsegm --without cudacodec --without cudafeatures2d \
--without cudafilters --without cudaimgproc --without cudalegacy --without cudaobjdetect \
--without cudaoptflow --without cudastereo --without cudawarping --without cudev --without shape \
--without superres --without videostab --without viz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment