Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 709 Bytes

README.rst

File metadata and controls

39 lines (24 loc) · 709 Bytes

Overview

Nix Flakes

Just run

nixFlakes run . -- <vmt-file>

Nix Build (Without Flakes)

The file default.nix contains a complete build description that works with the Nix package manager.

After cloning the repo, you can do:

nix-build .

and after the build completes, you can run euforia like so:

./result/bin/euforia <vmt-file>

You can find some example VMT files in ./examples.

General advice

If you like, setup.sh can give you a general idea of how to build euforia, but it might be out of sync with the nix build. The nix build is in euforia.nix.