Skip to content

Commit 74c77a8

Browse files
Bob0111luismarques
authored andcommitted
Update README.md
Add instructions for how to install pre-built toolchains.
1 parent f7e4597 commit 74c77a8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,11 @@ gh pr checkout 267
5959
# 7c9dd840 (riscv-binutils-2.35-rvb) is our baseline
6060
git diff 7c9dd840 > $TOP/patches/lowrisc-toolchain-gcc-rv32imcb/binutils/git-7c9dd840/001-bitmanip.patch
6161
```
62+
How to install pre-built toolchain
63+
------------------------------------
64+
1. Download a tar.gz file from release page.
65+
2. Decompress files to ~/.local
66+
```
67+
tar -xf <location of your tar.gz> --strip-components=1 -C ~/.local
68+
```
69+
3. Now you should be able to compile software with lowrisc-toolchain.

0 commit comments

Comments
 (0)