mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #7641 - servo:jdm-patch-1, r=SimonSapin
Add pip as a requirement <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7641) <!-- Reviewable:end -->
This commit is contained in:
commit
6678eece27
1 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ On Debian-based Linuxes:
|
||||||
``` sh
|
``` sh
|
||||||
sudo apt-get install curl freeglut3-dev \
|
sudo apt-get install curl freeglut3-dev \
|
||||||
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
|
||||||
gperf g++ cmake python-virtualenv \
|
gperf g++ cmake python-virtualenv python-pip \
|
||||||
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev libglu1-mesa-dev
|
libssl-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev libglu1-mesa-dev
|
||||||
```
|
```
|
||||||
If you are on **Ubuntu 14.04** and encountered errors on installing these dependencies involving `libcheese`, see [#6158](https://github.com/servo/servo/issues/6158) for a workaround.
|
If you are on **Ubuntu 14.04** and encountered errors on installing these dependencies involving `libcheese`, see [#6158](https://github.com/servo/servo/issues/6158) for a workaround.
|
||||||
|
@ -37,14 +37,14 @@ On Fedora:
|
||||||
``` sh
|
``` sh
|
||||||
sudo dnf install curl freeglut-devel libtool gcc-c++ libXi-devel \
|
sudo dnf install curl freeglut-devel libtool gcc-c++ libXi-devel \
|
||||||
freetype-devel mesa-libGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
|
freetype-devel mesa-libGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
|
||||||
fontconfig-devel cabextract ttmkfdir python python-virtualenv expat-devel \
|
fontconfig-devel cabextract ttmkfdir python python-virtualenv python-pip expat-devel \
|
||||||
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel
|
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel
|
||||||
```
|
```
|
||||||
|
|
||||||
On Arch Linux:
|
On Arch Linux:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
sudo pacman -S --needed base-devel git python2 python2-virtualenv mesa cmake bzip2 libxmu
|
sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu
|
||||||
```
|
```
|
||||||
|
|
||||||
Cross-compilation for Android:
|
Cross-compilation for Android:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue