Docs
Developer
Installation

Installation

Compile and install

Ubuntu

Install dependencies

sudo apt install git curl gcc lld pkg-config libssl-dev libclang-dev g++

Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Clone source code

git clone https://github.com/rooch-network/rooch.git

Compile and install Rooch

cd rooch && cargo build && cp target/debug/rooch ~/.cargo/bin/

Windows

TODO

mocOS

TODO

Binary install

Linux

Download

wget https://github.com/rooch-network/rooch/releases/download/v0.1/rooch-ubuntu-latest.zip

Decompress

unzip rooch-ubuntu-latest.zip

Install

sudo cp rooch /usr/local/bin