mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
readme: Clarify that rust
and cargo
must be in your path after rustup runs (#32722)
Fixes #32670.
This commit is contained in:
parent
24639bb540
commit
099b5607b9
1 changed files with 4 additions and 2 deletions
|
@ -38,13 +38,15 @@ manually, try the [manual build setup][manual-build].
|
||||||
- Ensure that the version showed by `python --version` is >= 3.10:
|
- Ensure that the version showed by `python --version` is >= 3.10:
|
||||||
- Install [Xcode](https://developer.apple.com/xcode/)
|
- Install [Xcode](https://developer.apple.com/xcode/)
|
||||||
- Install [Homebrew](https://brew.sh/)
|
- Install [Homebrew](https://brew.sh/)
|
||||||
- Run `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
|
- Run `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`. Ensure that `rust`
|
||||||
|
and `cargo` are available commands — you may need to restart your shell.
|
||||||
- Run `./mach bootstrap`<br/>
|
- Run `./mach bootstrap`<br/>
|
||||||
*Note: This will install the recommended version of GStreamer globally on your system.*
|
*Note: This will install the recommended version of GStreamer globally on your system.*
|
||||||
|
|
||||||
### Linux
|
### Linux
|
||||||
|
|
||||||
- Run `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
|
- Run `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`. Ensure that `rust`
|
||||||
|
and `cargo` are available commands — you may need to restart your shell.
|
||||||
- Install Python (version >= 3.10):
|
- Install Python (version >= 3.10):
|
||||||
- **Debian-like:** Run `sudo apt install python3-pip python3-venv`
|
- **Debian-like:** Run `sudo apt install python3-pip python3-venv`
|
||||||
- **Fedora:** Run `sudo dnf install python3 python3-pip python3-devel`
|
- **Fedora:** Run `sudo dnf install python3 python3-pip python3-devel`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue