Skip to content

Installing SCONE

Typically, you will use the SCONE crosscompilers and CLI inside of a container. Hence, just start a container that contains SCONE in simulation mode or in hardware mode. In case you want to executed your programs on a host, you can compile in a container and move the generated binary to the host and execute on this host.

In case you want to distribute your programs in container images and execute them in containers, you probably want to use a Dockerfile to compile your program and generate your container image.