Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 463 Bytes

installation_osx.md

File metadata and controls

10 lines (8 loc) · 463 Bytes

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
  1. Install glfw3 via brew:
  • brew install homebrew/versions/glfw3