Update Build Process authored by Nicolas Pope's avatar Nicolas Pope
......@@ -11,7 +11,7 @@ In Windows have Visual Studio installed and use the cmake graphical interface to
## Dependencies:
* OpenCV 4.1 and contrib modules (https://github.com/opencv/opencv, https://github.com/opencv/opencv_contrib)
* CUDA 10.1 SDK
* CUDA 10.1 SDK (not CUDA 11 yet)
* libuuid (on Linux only)
* Msgpack (https://github.com/msgpack/msgpack-c)
* Eigen3 (included in OpenCV)
......@@ -22,7 +22,9 @@ In Windows have Visual Studio installed and use the cmake graphical interface to
* NVIDIA OptFlow SDK (https://developer.nvidia.com/opticalflow-sdk)
* OpenVR SDK and SteamVR (https://github.com/ValveSoftware/openvr)
* NodeJS for web service
* Portaudio for sound
* Portaudio for sound (http://www.portaudio.com/download.html)
* Opus for compression of audio (https://opus-codec.org/)
* Pylon SDK for Basler cameras.
## Building and Packaging (Debian)
......
......