Skip to content

Commit b44ce46

Browse files
committed
READMEs updates
1 parent 2b6fa29 commit b44ce46

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

README-BUILD.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ git -C ${HOME}/Work/qemu-riscv-xpack.git submodule update --init --recursive
7878
> Note: the repository uses submodules; for a successful build it is
7979
> mandatory to recurse the submodules.
8080
81-
For development purposes, clone the `xpack-develop`
82-
branch:
81+
For development purposes, clone the `xpack-develop` branch:
8382

8483
```sh
8584
rm -rf ${HOME}/Work/qemu-riscv-xpack.git; \

README-RELEASE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@ and do not have a fixed schedule.
99

1010
Before starting the build, perform some checks and tweaks.
1111

12+
### Download the build scripts
13+
14+
The build scripts are available in the `scripts` folder of the
15+
[`xpack-dev-tools/qemu-riscv-xpack`](https://github.com/xpack-dev-tools/qemu-riscv-xpack)
16+
Git repo.
17+
18+
To download them on a new machine, clone the `xpack-develop` branch:
19+
20+
```sh
21+
rm -rf ${HOME}/Work/qemu-riscv-xpack.git; \
22+
git clone \
23+
--branch xpack-develop \
24+
https://github.com/xpack-dev-tools/qemu-riscv-xpack.git \
25+
${HOME}/Work/qemu-riscv-xpack.git; \
26+
git -C ${HOME}/Work/qemu-riscv-xpack.git submodule update --init --recursive
27+
```
28+
29+
> Note: the repository uses submodules; for a successful build it is
30+
> mandatory to recurse the submodules.
31+
1232
### Check Git
1333

1434
In the `xpack-dev-tools/qemu-riscv-xpack` Git repo:

0 commit comments

Comments
 (0)