Reference: https://www.microsoft.com/net/core#macos
$ brew install openssl
Warning: openssl is a keg-only and another version is linked to opt.
Use `brew install --force` if you want to install this version
$ brew install --force openssl
Warning: openssl-1.0.2k already installed, it's just not linked.
$ brew link openssl
Warning: Refusing to link: openssl
Linking keg-only openssl means you may end up linking against the insecure,
deprecated system OpenSSL while using the headers from Homebrew's openssl.
Instead, pass the full include/library paths to your compiler e.g.:
-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib
$ cd /usr/local/include
$ ln -s ../opt/openssl/include/openssl .
/usr/local/opt/openssl/bin
to your $PATH
environment variable.Kinect for Xbox One sensor setup: download and install the free SDK 2.0.
run the Kinect Configuration Verifier tool to check your system for any known issues
Enable your device for development
Create An Application
http://pterneas.com/2014/02/20/kinect-for-windows-version-2-color-depth-and-infrared-streams/