Skip to content

Getting Started

Anicet Ebou edited this page Jul 18, 2024 · 3 revisions

Contents

  1. Requirements
  2. Installing from cargo
  3. Installing from binaries
  4. Installing from source

Requirements

Installing from binaries

Installing from source

To install from source we recommend cloning the xgt repository using Git.

git clone https://github.com/Ebedthan/xgt.git
cd xgt

# If default rust install directory is ~/.cargo
cargo install --path . --root ~/.cargo
xgt -h
Clone this wiki locally