Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 384 Bytes

CompilerInstallation.md

File metadata and controls

19 lines (10 loc) · 384 Bytes

Compiler Installation

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

Ubuntu

apt install g++

Fedora

dnf install g++

Arch Linux

pacman -S gcc

Windows 10

Install Visual Studio Community Edition 2017 or similar edition.