Intel® RealSense™ Cross Platform API
Intel Realsense Cross-platform API
Apple OSX Installation

Note: Due to the USB 3.0 translation layer between native hardware and virtual machine, the librealsense team does not recommend or support installation in a VM.

  1. Install XCode 6.0+ via the AppStore
  2. Install the Homebrew package manager via terminal - link
  3. Install pkg-config and libusb via brew:
    • brew install libusb pkg-config
  4. Install glfw3 via brew:
    • brew install homebrew/versions/glfw3