Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 403 Bytes

CompilerInstallation.md

File metadata and controls

19 lines (10 loc) · 403 Bytes

Compiler Installation

This document contains instruction for how to install a compatible compiler for compilation of the Zivid Python package.

Ubuntu 18.04 and 20.04

apt install g++

Fedora 30

dnf install g++

Arch Linux

pacman -S gcc

Windows 10

Install Visual Studio Community Edition 2017 or similar edition.