Update Build Process authored by Nicolas Pope's avatar Nicolas Pope
## Build:
```bash
mkdir build
cd build
cmake ..
make
```
In Windows have Visual Studio installed and use the cmake graphical interface to configure the project.
## Dependencies:
* NvPipe: Standard or faster custom version (https://github.com/knicos/NvPipe).
......@@ -14,3 +24,4 @@
* librealsense SDK (https://github.com/IntelRealSense/librealsense)
* NVIDIA OptFlow SDK (https://developer.nvidia.com/opticalflow-sdk)
* OpenVR SDK and SteamVR (https://github.com/ValveSoftware/openvr)
* NodeJS for web service