mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
This reverts commit 4103421ba5
.
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
This commit is contained in:
parent
3f69ef2303
commit
2f64dde623
22 changed files with 80 additions and 100 deletions
16
README.md
16
README.md
|
@ -17,8 +17,7 @@ For more detailed build instructions, see the Servo book under [Setting up your
|
|||
|
||||
### macOS
|
||||
|
||||
- Download and install [`python`](https://www.python.org/downloads/macos/), [Xcode](https://developer.apple.com/xcode/), and [`brew`](https://brew.sh/).
|
||||
- Install `uv`: `curl -LsSf https://astral.sh/uv/install.sh | sh`
|
||||
- Download and install [`python`](https://www.python.org/downloads/macos/) (version 3.10 to 3.12), [Xcode](https://developer.apple.com/xcode/), and [`brew`](https://brew.sh/).
|
||||
- Install `rustup`: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
|
||||
- Restart your shell to make sure `cargo` is available
|
||||
- Install the other dependencies: `./mach bootstrap`
|
||||
|
@ -26,12 +25,11 @@ For more detailed build instructions, see the Servo book under [Setting up your
|
|||
|
||||
### Linux
|
||||
|
||||
- Install `curl` and `python`:
|
||||
- Arch: `sudo pacman -S --needed curl python`
|
||||
- Debian, Ubuntu: `sudo apt install curl`
|
||||
- Fedora: `sudo dnf install curl python3`
|
||||
- Gentoo: `sudo emerge net-misc/curl`
|
||||
- Install `uv`: `curl -LsSf https://astral.sh/uv/install.sh | sh`
|
||||
- Install `curl` and `python` (version 3.10 to 3.12):
|
||||
- Arch: `sudo pacman -S --needed curl python python-pip`
|
||||
- Debian, Ubuntu: `sudo apt install curl python3-pip python3-venv python3-setuptools`
|
||||
- Fedora: `sudo dnf install curl python3 python3-pip python3-devel`
|
||||
- Gentoo: `sudo emerge net-misc/curl dev-python/pip`
|
||||
- Install `rustup`: `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
|
||||
- Restart your shell to make sure `cargo` is available
|
||||
- Install the other dependencies: `./mach bootstrap`
|
||||
|
@ -39,7 +37,7 @@ For more detailed build instructions, see the Servo book under [Setting up your
|
|||
|
||||
### Windows
|
||||
|
||||
- Download and install [`python`](https://www.python.org/downloads/windows/), [`uv`](https://docs.astral.sh/uv/getting-started/installation/#standalone-installer), [`choco`](https://chocolatey.org/install#individual), and [`rustup`](https://win.rustup.rs/)
|
||||
- Download and install [`python`](https://www.python.org/downloads/windows/) (version 3.10 to 3.12), [`choco`](https://chocolatey.org/install#individual), and [`rustup`](https://win.rustup.rs/)
|
||||
- Be sure to select *Quick install via the Visual Studio Community installer*
|
||||
- In the Visual Studio Installer, ensure the following components are installed:
|
||||
- **Windows 10 SDK (10.0.19041.0)** (`Microsoft.VisualStudio.Component.Windows10SDK.19041`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue