mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update README.md to fix font requirements for Arch Linux
The current specifications for installation of Servo in Arch Linux fails to run due to requirement of fonts. The fix is just to include the required package in the required dependencies list in README.md.
This commit is contained in:
parent
2024ef56b0
commit
662563b74c
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ sudo zypper install libX11-devel libexpat-devel libbz2-devel Mesa-libEGL-devel M
|
|||
#### On Arch Linux
|
||||
|
||||
``` sh
|
||||
sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu glu pkg-config
|
||||
sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu glu pkg-config ttf-fira-sans
|
||||
```
|
||||
#### On Gentoo Linux
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue