mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
||||
```
|
||||
|
||||
If you've already partially compiled servo but forgot to do this step, run ./mach clean, link openssl, and recompile.
|
||||
|
||||
On Debian-based Linuxes:
|
||||
|
||||
``` sh
|
||||
|
@ -176,6 +178,7 @@ URL with servo).
|
|||
`INTERVAL` seconds
|
||||
- `-s SIZE` sets the tile size for painting; defaults to 512
|
||||
- `-z` disables all graphical output; useful for running JS / layout tests
|
||||
- `-z help` displays useful output to debug servo
|
||||
|
||||
### Keyboard Shortcuts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue