mirror of
https://github.com/servo/servo.git
synced 2025-07-23 15:23:42 +01:00
Add Gentoo to README.md
This commit is contained in:
parent
ba2714f4f6
commit
090f962907
1 changed files with 9 additions and 0 deletions
|
@ -47,6 +47,15 @@ On Arch Linux:
|
||||||
sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu
|
sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On Gentoo Linux:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
sudo emerge net-misc/curl media-libs/freeglut \
|
||||||
|
media-libs/freetype media-libs/mesa dev-util/gperf \
|
||||||
|
dev-python/virtualenv dev-python/pip dev-libs/openssl \
|
||||||
|
x11-libs/libXmu media-libs/glu x11-base/xorg-server
|
||||||
|
```
|
||||||
|
|
||||||
Cross-compilation for Android:
|
Cross-compilation for Android:
|
||||||
|
|
||||||
Pre-installed Android tools are needed. See wiki for
|
Pre-installed Android tools are needed. See wiki for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue