mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
auto merge of #605 : rfielding/servo/master, r=metajack
assertion will fail if msttcorefonts is not installed. the page will come up successfuly now when literally following the README.md (a segfault when the window is closed, but good progress now).
This commit is contained in:
commit
d27b1a8c2c
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ On Debian-based Linuxes:
|
|||
``` sh
|
||||
sudo apt-get install autoconf2.13 curl freeglut3-dev libtool \
|
||||
libfreetype6-dev libfontconfig1-dev libgl1-mesa-dri libglib2.0-dev \
|
||||
xorg-dev libpng-dev
|
||||
xorg-dev libpng-dev msttcorefonts
|
||||
```
|
||||
|
||||
Servo builds its own copy of Rust, so there is no need to provide a Rust
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue