mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Add prerequisites for Arch Linux to the readme.
This commit is contained in:
parent
64a9075535
commit
6eb1bb7ab1
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