Skip to content
Kiriti Gowda edited this page Jan 1, 2021 · 13 revisions

macOS Build Instructions

MIVisionX for macOS

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install cmake
git clone https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX.git
  • Step-4: Create a build directory
mkdir build && cd build
  • Step-5: CMake & Build MIVisionX
cmake ../MIVisionX
make

Build MIVisionX with display

  • Install OpenCV 3
brew install opencv@3
  • Export OpenCV in your PATH
brew info opencv@3

Tested Configurations

  • macOS
    • Big Sur V 11.1
  • Homebrew V 2.7.1
  • CMake V 3.19.2
Clone this wiki locally