clarify dependencies in readme
This commit is contained in:
parent
ec2cc5baa4
commit
3aceefb120
1 changed files with 5 additions and 3 deletions
|
@ -5,9 +5,11 @@ Using rust to implement the first part of
|
|||
[FHNW](https://www.fhnw.ch) [PL-Circle](https://github.com/fhnw-pl-circle).
|
||||
|
||||
All dependencies for running the respective implementations are specified in the
|
||||
`flake.nix` files within the project folders (look for the key `buildInputs`).
|
||||
Though my recommendation is to use the provided
|
||||
[nix flakes](https://nixos.wiki/wiki/Flakes).
|
||||
[flake.nix](./flake.nix) file within the project folder (look for the key
|
||||
`buildInputs`, though [rustup](https://rustup.rs/) might just work with the
|
||||
provided toolchain file). My recommendation is to use the provided
|
||||
[nix flake](https://nixos.wiki/wiki/Flakes) directly, as it sets up everything
|
||||
automatically.
|
||||
|
||||
Use `cargo run -- <ARGS>` to run the interpreter directly from the source code.
|
||||
Specify needed arguments in place of `<ARGS>`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue