Environment Setup

Before continuing further, ensure your system is properly configured to build and run ICOS.

Operating System

Our guide recommends using Ubuntu 20.04 or later. Mac OSX should work out of the box as well. Windows is supported through WSL, although might require slight changes to the configuration.

Requirements

The only requirements are Node version 12 or later and basic knowledge of the command line.

Check your node version:

$ node -v
v14.18.3

Continue >>