mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-21 09:09:28 +00:00
fix: program deployment tutorial
This commit is contained in:
parent
1d09afd9e0
commit
587d80acbc
@ -41,13 +41,15 @@ In a second terminal, from the `lssa` root directory, compile the example Risc0
|
|||||||
```bash
|
```bash
|
||||||
cargo risczero build --manifest-path examples/program_deployment/methods/guest/Cargo.toml
|
cargo risczero build --manifest-path examples/program_deployment/methods/guest/Cargo.toml
|
||||||
```
|
```
|
||||||
The compiled `.bin` files will appear under:
|
Because this repository is organized as a Cargo workspace, build artifacts are written to the
|
||||||
|
shared `target/` directory at the workspace root by default. The compiled `.bin` files will
|
||||||
|
appear under:
|
||||||
```
|
```
|
||||||
examples/program_deployment/methods/guest/target/riscv32im-risc0-zkvm-elf/docker/
|
target/riscv32im-risc0-zkvm-elf/docker/
|
||||||
```
|
```
|
||||||
For convenience, export this path:
|
For convenience, export this path:
|
||||||
```bash
|
```bash
|
||||||
export EXAMPLE_PROGRAMS_BUILD_DIR=$(pwd)/examples/program_deployment/methods/guest/target/riscv32im-risc0-zkvm-elf/docker
|
export EXAMPLE_PROGRAMS_BUILD_DIR=$(pwd)/target/riscv32im-risc0-zkvm-elf/docker
|
||||||
```
|
```
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user