We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7e4597 commit 74c77a8Copy full SHA for 74c77a8
README.md
@@ -59,3 +59,11 @@ gh pr checkout 267
59
# 7c9dd840 (riscv-binutils-2.35-rvb) is our baseline
60
git diff 7c9dd840 > $TOP/patches/lowrisc-toolchain-gcc-rv32imcb/binutils/git-7c9dd840/001-bitmanip.patch
61
```
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