Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (16 loc) · 394 Bytes

installation.md

File metadata and controls

22 lines (16 loc) · 394 Bytes

installation

hail is written in Rust, with no non-Rust dependencies, which makes building it a lot easier.

prerequisites

  • Git, to download the source code.
  • Cargo, for building hail.

(that's it!)

building

To build hail you simply need to download the source code:

git clone https://github.com/hail-lang/hail

And build it with Cargo:

cd hail
cargo build