Update build steps
After installing rustup the PATH variable needs to be updated for the current shell to be able to use cargo. The installer even warns about this. Possible fix for #1176.
This commit is contained in:
parent
7a02383734
commit
b57095d2c2
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,7 @@ $ cd path/to/your/projects/folder/
|
||||||
# Run bootstrap setup
|
# Run bootstrap setup
|
||||||
$ curl -sf https://raw.githubusercontent.com/redox-os/redox/master/bootstrap.sh -o bootstrap.sh && bash -e bootstrap.sh
|
$ curl -sf https://raw.githubusercontent.com/redox-os/redox/master/bootstrap.sh -o bootstrap.sh && bash -e bootstrap.sh
|
||||||
|
|
||||||
#Change to project directory
|
# Change to project directory
|
||||||
$ cd redox
|
$ cd redox
|
||||||
|
|
||||||
# Build Redox
|
# Build Redox
|
||||||
|
@ -139,6 +139,7 @@ $ ./bootstrap.sh -d
|
||||||
|
|
||||||
# Install rustup.rs
|
# Install rustup.rs
|
||||||
$ curl https://sh.rustup.rs -sSf | sh
|
$ curl https://sh.rustup.rs -sSf | sh
|
||||||
|
$ source $HOME/.cargo/env
|
||||||
|
|
||||||
# Install the sysroot manager Xargo
|
# Install the sysroot manager Xargo
|
||||||
$ cargo install xargo
|
$ cargo install xargo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue