Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS X support adjustments #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

OS X support adjustments #1

wants to merge 3 commits into from

Conversation

tuscland
Copy link

@tuscland tuscland commented Nov 6, 2013

Hello,

Here are a couple of adjustments for build the SDK under OS X with OpenCV-2.4.6.1.
Note that for OpenCV I had to use the following options:

cmake -G "Unix Makefiles" \
    -DCMAKE_INSTALL_PREFIX=/usr/local/opencv/ \
    -DCMAKE_OSX_ARCHITECTURES=x86_64 \
    -DBUILD_PERF_TESTS=OFF \
      -DBUILD_TESTS=OFF \
      -DBUILD_WITH_DEBUG_INFO=OFF \
      -DBUILD_opencv_nonfree=OFF \
      -DBUILD_opencv_ocl=OFF \
    -DCMAKE_BUILD_TYPE=Release \
      -DENABLE_AVX=ON \
      -DENABLE_FAST_MATH=ON \
      -DENABLE_SSE=ON \
      -DENABLE_SSE2=ON \
      -DENABLE_SSE3=ON \
      -DENABLE_SSE41=ON \
      -DENABLE_SSE42=ON \
      -DENABLE_SSSE3=ON \
      ..

Best,
Cam

@linas
Copy link

linas commented Nov 8, 2014

Oh, hey, I asked somewhere else about why you had not made a pull request for your fixes. I now see that you in fact did make one .. sorry for the confusion.

@linas
Copy link

linas commented Oct 1, 2016

I've merged this and various other branches into https://github.com/iCogLabs/face-analysis-sdk/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants