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:
bors-servo 2015-10-02 15:56:31 -06:00
commit 8f4f172ef6

View file

@ -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