+ rustup update
This commit is contained in:
parent
58ca79f7f2
commit
1246e3d08a
13
README.md
13
README.md
|
@ -77,12 +77,13 @@ The ecosystem and software Redox OS provides is listed below.
|
|||
|
||||
Sometimes things go wrong when compiling. Try the following before opening an issue:
|
||||
|
||||
1. Run `make clean`.
|
||||
2. Run `git clean -Xfd`.
|
||||
3. Make sure you have **the latest version of Rust nightly!** ([rustup.rs](https://www.rustup.rs) is recommended for managing Rust versions. If you already have it, run `rustup`).
|
||||
4. Update **GNU Make**, **NASM** and **QEMU/VirtualBox**.
|
||||
5. Pull the upstream master branch (`git remote add upstream git@github.com:redox-os/redox.git; git pull upstream master`).
|
||||
6. Update submodules (`git submodule update --recursive --init`).
|
||||
1. Run `rustup update`
|
||||
2. Run `make clean`.
|
||||
3. Run `git clean -Xfd`.
|
||||
4. Make sure you have **the latest version of Rust nightly!** ([rustup.rs](https://www.rustup.rs) is recommended for managing Rust versions. If you already have it, run `rustup`).
|
||||
5. Update **GNU Make**, **NASM** and **QEMU/VirtualBox**.
|
||||
6. Pull the upstream master branch (`git remote add upstream git@github.com:redox-os/redox.git; git pull upstream master`).
|
||||
7. Update submodules (`git submodule update --recursive --init`).
|
||||
|
||||
and then rebuild!
|
||||
|
||||
|
|
Loading…
Reference in a new issue