Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 266 Bytes

BUILDING.md

File metadata and controls

23 lines (16 loc) · 266 Bytes

Building

Clone the repo:

git clone https://github.com/Kindelia/HVM.git
cd HVM

To build and run:

cargo run -- run foobar.hvm

To build and install the binary:

cargo install --path .

To build with Nix see here.