clarify dependencies in readme

This commit is contained in:
Sebastian Hugentobler 2025-06-06 09:39:19 +02:00
parent ec2cc5baa4
commit 3aceefb120
Signed by: shu
SSH key fingerprint: SHA256:ppcx6MlixdNZd5EUM1nkHOKoyQYoJwzuQKXM6J/t66M

View file

@ -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). [FHNW](https://www.fhnw.ch) [PL-Circle](https://github.com/fhnw-pl-circle).
All dependencies for running the respective implementations are specified in the All dependencies for running the respective implementations are specified in the
`flake.nix` files within the project folders (look for the key `buildInputs`). [flake.nix](./flake.nix) file within the project folder (look for the key
Though my recommendation is to use the provided `buildInputs`, though [rustup](https://rustup.rs/) might just work with the
[nix flakes](https://nixos.wiki/wiki/Flakes). 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. Use `cargo run -- <ARGS>` to run the interpreter directly from the source code.
Specify needed arguments in place of `<ARGS>`. Specify needed arguments in place of `<ARGS>`.