Skip to content

build reva

Giuseppe Lo Presti edited this page Jul 26, 2025 · 1 revision

title: "Build from sources" linkTitle: "Build from sources" weight: 3 description: > Build Reva from the source code

To build REVA the Go compiler needs to be installed. See Install Go to install the Go programming language that installs the Go compiler.

git clone https://github.com/cs3org/reva
cd reva
make
Clone this wiki locally