Skip to content

Commit

Permalink
Update compile.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatoreDiGirolamo authored May 1, 2021
1 parent 974e8cb commit d990f59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/compile.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ git clone https://github.com/spcl/pspin
```

### Setting up the environment
Copy the `sourceme-template.sh` file to `sourceme.sh` and update the following variables:
Copy the `sourceme-template.sh` file to `sourceme.sh`:
```bash
cp sourceme-template.sh sourceme.sh
```

Update the following variables:

```bash
export RISCV_GCC=<path to the RISC-V GCC toolchain binaries, e.g., /home/salvo/riscv-gcc/bin/>
Expand Down

0 comments on commit d990f59

Please sign in to comment.