mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Properly handle virtualenv
This commit is contained in:
parent
fcc06b5a16
commit
6b75aa47cb
2 changed files with 17 additions and 4 deletions
13
README.md
13
README.md
|
@ -78,7 +78,9 @@ If you've already partially compiled servo but forgot to do this step, run `./ma
|
|||
|
||||
#### On Debian-based Linuxes
|
||||
|
||||
Simply running `./mach bootstrap` should be enough. If not, run the commands below:
|
||||
Please run `sudo apt install python-virtualenv build-essential libssl-dev libffi-dev python-dev` followed by `./mach bootstrap`.
|
||||
|
||||
If this doesn't work, file a bug, and, run the commands below:
|
||||
|
||||
``` sh
|
||||
sudo apt install git curl autoconf libx11-dev \
|
||||
|
@ -101,7 +103,9 @@ If `virtualenv` does not exist, try `python-virtualenv`.
|
|||
|
||||
#### On Fedora
|
||||
|
||||
Simply running `./mach bootstrap` should be enough. If not, run the commands below:
|
||||
Please run `sudo dnf install python2-virtualenv gcc libffi-devel python-devel openssl-devel` followed by `./mach bootstrap`.
|
||||
|
||||
If this doesn't work, file a bug, and, run the commands below:
|
||||
|
||||
``` sh
|
||||
sudo dnf install curl libtool gcc-c++ libXi-devel \
|
||||
|
@ -113,7 +117,10 @@ sudo dnf install curl libtool gcc-c++ libXi-devel \
|
|||
```
|
||||
#### On CentOS
|
||||
|
||||
Simply running `./mach bootstrap` should be enough. If not, run the commands below:
|
||||
|
||||
Please run `sudo yum install python2-virtualenv gcc libffi-devel python-devel openssl-devel` followed by `./mach bootstrap`.
|
||||
|
||||
If this doesn't work, file a bug, and, run the commands below:
|
||||
|
||||
``` sh
|
||||
sudo yum install curl libtool gcc-c++ libXi-devel \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue