We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056c8c8 commit eaba335Copy full SHA for eaba335
DEVELOPMENT.md
@@ -32,6 +32,9 @@ To setup the environment manually you will need:
32
- Rust `>=1.75`: https://www.rust-lang.org/tools/install
33
- uv `>=0.3`: docs.astral.sh/uv/getting-started/installation
34
- capnproto `>=1.0`: https://capnproto.org/install.html
35
+- Optional: llvm `== 14.0`. The "llvm" feature (backed by the sub-crate `hugr-llvm`)
36
+ requires LLVM installed. We use the rust bindings
37
+[llvm-sys](https://crates.io/crates/llvm-sys) to [llvm](https://llvm.org/),
38
39
Once you have these installed, you can install the required python dependencies and setup pre-commit hooks with:
40
hugr-llvm/DEVELOPMENT.md
0 commit comments