Skip to content

Commit

Permalink
[#51921] README: Set IREE toolchain version, add missing package
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Torhan <[email protected]>
  • Loading branch information
m-torhan committed Nov 29, 2023
1 parent 1930bc7 commit 2cb2eb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ sudo apt-get install -qqy --no-install-recommends \
g++ \
git \
git-lfs \
libncurses5 \
ninja-build \
python3 \
python3-dev \
Expand Down Expand Up @@ -151,7 +152,7 @@ To download it, scripts included in `iree-rv32-springbok` submodule located in `
To do so, run the following commands in the project's root directory:

```bash
./third-party/iree-rv32-springbok/build_tools/install_toolchain.sh
./third-party/iree-rv32-springbok/build_tools/install_toolchain.sh toolchain_backups/toolchain_iree_rv32_20220307.tar.gz
./third-party/iree-rv32-springbok/build_tools/download_iree_compiler.py
```

Expand Down

0 comments on commit 2cb2eb2

Please sign in to comment.