Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1013 Bytes

REQUIREMENTS.md

File metadata and controls

42 lines (27 loc) · 1013 Bytes

Replica.one Requirements

Dependencies

The Replica.one build system depends on the following software:

The following software is recommended in order to achieve the optimal workflow with the Replica.one project:

  • Git v1.6.5 or later

The build system requires Docker to be installed and properly configured on the host system. Replica.one leverages the BuildKit engine which is available in Docker v18.09 or higher.

Installation

Gentoo

emerge -av sys-devel/make app-emulation/docker sys-devel/m4 dev-vcs/git

Arch Linux

pacman -S make docker m4 git

Ubuntu 20.04 LTS (Focal Fossa)

apt-get install make docker.io m4 git

Debian 11 (Bullseye)

apt-get install make docker.io m4 git