Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add instructions for how to install pre-built toolchains.
  • Loading branch information
Bob0111 authored and luismarques committed Apr 20, 2024
1 parent f7e4597 commit 74c77a8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,11 @@ gh pr checkout 267
# 7c9dd840 (riscv-binutils-2.35-rvb) is our baseline
git diff 7c9dd840 > $TOP/patches/lowrisc-toolchain-gcc-rv32imcb/binutils/git-7c9dd840/001-bitmanip.patch
```
How to install pre-built toolchain
------------------------------------
1. Download a tar.gz file from release page.
2. Decompress files to ~/.local
```
tar -xf <location of your tar.gz> --strip-components=1 -C ~/.local
```
3. Now you should be able to compile software with lowrisc-toolchain.

0 comments on commit 74c77a8

Please sign in to comment.