- mkdir build
- cd build
- ..\scripts\configure-windows.sh
- Run INSTALL of librgbd.sln
avcodec-58.dll, avutil-56.dll, libwinpthread-1.dll are copied from other places.
- mkdir build
- cd build
- ../scripts/configure-mac.sh
- make -j8
- make install
- apt install cmake build-essential zlib1g-dev
- mkdir build
- cd build
- ../scripts/configure-linux.sh
- make -j8
- make install