mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Merge pull request #3224 from duncankl/readme-arch-linux-setup
Add prerequisites for Arch Linux to the readme; r=Manishearth
This commit is contained in:
commit
cf094d09bd
1 changed files with 7 additions and 0 deletions
|
@ -44,6 +44,13 @@ sudo yum install $HOME/rpmbuild/RPMS/noarch/msttcorefonts-2.5-1.noarch.rpm
|
|||
popd
|
||||
```
|
||||
|
||||
On Arch Linux:
|
||||
|
||||
``` sh
|
||||
sudo pacman -S base-devel autoconf2.13 git gperf python2 \
|
||||
python2-virtualenv mesa libxrandr libxi libgl glu ttf-font
|
||||
```
|
||||
|
||||
Cross-compilation for Android:
|
||||
|
||||
Basically, pre-installed Android tools are needed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue