----------------------------- Calib.io Camera Calibrator Install instructions ----------------------------- ----------------------------- Windows 7/8/10: ----------------------------- On Windows, you may need the MS C++ runtime for VC 2015/2017/2019 if this was not previously installed. Both 32 bit (VC_redist.x86.exe), and 64 bit (VC_redist.x64.exe) need to be installed. Please uninstall all previous versions of Calibrator using the Add/Remove Programs List in system configuration before installing a newer version. Note: Windows Defender may warn about downloading or executing Calibrator. While new versions of the software are reported as safe to Microsoft, it may take some time after new releases for Windows Defender to recognise the change. Please choose "Keep" and "Run anyway" during installation. ----------------------------- Linux ----------------------------- On Linux, the downloaded installer must first be fiven executable permissions. This can be done with the terminal command "chmod +x calibrator*.run". In the graphical file manager of Ubuntu, you can also right-click the file, choose Properties, Permissions and "allow executing file as program". On Ubuntu 20.04 and newer, the library file libxcb-xinerama.so.0 must be installed. The following terminal command will install this library on your system: sudo apt install libxcb-xinerama0