mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update README with new deps.
This commit is contained in:
parent
31f7c4ba14
commit
a4578726c9
1 changed files with 3 additions and 3 deletions
|
@ -9,8 +9,7 @@ On OS X (homebrew):
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb
|
brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb
|
||||||
brew install automake libtool
|
brew install automake libtool pkg-config libpng
|
||||||
brew install pkg-config
|
|
||||||
```
|
```
|
||||||
|
|
||||||
On OS X (MacPorts):
|
On OS X (MacPorts):
|
||||||
|
@ -24,7 +23,7 @@ On Debian-based Linuxes:
|
||||||
``` sh
|
``` sh
|
||||||
sudo apt-get install autoconf2.13 curl freeglut3-dev libtool \
|
sudo apt-get install autoconf2.13 curl freeglut3-dev libtool \
|
||||||
libfreetype6-dev libfontconfig1-dev libgl1-mesa-dri libglib2.0-dev \
|
libfreetype6-dev libfontconfig1-dev libgl1-mesa-dri libglib2.0-dev \
|
||||||
xorg-dev
|
xorg-dev libpng-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
Servo builds its own copy of Rust, so there is no need to provide a Rust
|
Servo builds its own copy of Rust, so there is no need to provide a Rust
|
||||||
|
@ -59,6 +58,7 @@ make && make check
|
||||||
- `Ctrl-=` zooms in
|
- `Ctrl-=` zooms in
|
||||||
- `Backspace` goes backwards in the history
|
- `Backspace` goes backwards in the history
|
||||||
- `Shift-Backspace` goes forwards in the history
|
- `Shift-Backspace` goes forwards in the history
|
||||||
|
- `Esc` exits servo
|
||||||
|
|
||||||
## Developing
|
## Developing
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue