Add dependency Xargo to manual setup
This commit is contained in:
parent
77004c507f
commit
6e34c0e5c2
|
@ -139,6 +139,9 @@ $ ./bootstrap.sh -d
|
||||||
# Install rustup.rs
|
# Install rustup.rs
|
||||||
$ curl https://sh.rustup.rs -sSf | sh
|
$ curl https://sh.rustup.rs -sSf | sh
|
||||||
|
|
||||||
|
# Install the sysroot manager Xargo
|
||||||
|
$ cargo install xargo
|
||||||
|
|
||||||
# For successive builds start here. If this is your first build, just continue
|
# For successive builds start here. If this is your first build, just continue
|
||||||
|
|
||||||
# Update git submodules
|
# Update git submodules
|
||||||
|
|
Loading…
Reference in a new issue