File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff 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
8584rm -rf ${HOME} /Work/qemu-riscv-xpack.git; \
Original file line number Diff line number Diff line change @@ -9,6 +9,26 @@ and do not have a fixed schedule.
99
1010Before 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
1434In the ` xpack-dev-tools/qemu-riscv-xpack ` Git repo:
You can’t perform that action at this time.
0 commit comments