mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Auto merge of #7819 - zetok:readme, r=jdm
Add Gentoo to README.md I didn't include some dependencies that come "by default" (e.g. bzip2). Not sure whether there might be some additional deps that I have on my system, but aren't listed. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7819) <!-- Reviewable:end -->
This commit is contained in:
commit
8f4f172ef6
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
|
||||
```
|
||||
|
||||
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:
|
||||
|
||||
Pre-installed Android tools are needed. See wiki for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue