Allow bootstrap to be run before anything else is installed

This commit is contained in:
Manish Goregaokar 2018-09-03 15:05:21 +05:30
parent 6b75aa47cb
commit e72e08ea9c
5 changed files with 40 additions and 9 deletions

View file

@ -78,7 +78,7 @@ If you've already partially compiled servo but forgot to do this step, run `./ma
#### On Debian-based Linuxes
Please run `sudo apt install python-virtualenv build-essential libssl-dev libffi-dev python-dev` followed by `./mach bootstrap`.
Please run `./mach bootstrap`.
If this doesn't work, file a bug, and, run the commands below:
@ -103,7 +103,7 @@ If `virtualenv` does not exist, try `python-virtualenv`.
#### On Fedora
Please run `sudo dnf install python2-virtualenv gcc libffi-devel python-devel openssl-devel` followed by `./mach bootstrap`.
Please run `./mach bootstrap`.
If this doesn't work, file a bug, and, run the commands below:
@ -118,7 +118,7 @@ sudo dnf install curl libtool gcc-c++ libXi-devel \
#### On CentOS
Please run `sudo yum install python2-virtualenv gcc libffi-devel python-devel openssl-devel` followed by `./mach bootstrap`.
Please run `./mach bootstrap`.
If this doesn't work, file a bug, and, run the commands below: