mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Issue 12396 to add developer documentation to readme.
This commit is contained in:
parent
589c6eeb0f
commit
36169e6b4a
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,8 @@ brew install openssl
|
||||||
brew link --force openssl
|
brew link --force openssl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you've already partially compiled servo but forgot to do this step, run ./mach clean, link openssl, and recompile.
|
||||||
|
|
||||||
On Debian-based Linuxes:
|
On Debian-based Linuxes:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
|
@ -176,6 +178,7 @@ URL with servo).
|
||||||
`INTERVAL` seconds
|
`INTERVAL` seconds
|
||||||
- `-s SIZE` sets the tile size for painting; defaults to 512
|
- `-s SIZE` sets the tile size for painting; defaults to 512
|
||||||
- `-z` disables all graphical output; useful for running JS / layout tests
|
- `-z` disables all graphical output; useful for running JS / layout tests
|
||||||
|
- `-z help` displays useful output to debug servo
|
||||||
|
|
||||||
### Keyboard Shortcuts
|
### Keyboard Shortcuts
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue