mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Modify Readme for png module.
This commit is contained in:
parent
d67baca1ee
commit
a888ffdea9
2 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,7 @@ On OS X (homebrew):
|
|||
|
||||
``` sh
|
||||
brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb
|
||||
brew install automake libtool pkg-config libpng
|
||||
brew install automake libtool pkg-config
|
||||
```
|
||||
|
||||
On OS X (MacPorts):
|
||||
|
@ -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 msttcorefonts
|
||||
xorg-dev msttcorefonts
|
||||
```
|
||||
|
||||
Servo builds its own copy of Rust, so there is no need to provide a Rust
|
||||
|
|
|
@ -35,6 +35,7 @@ they are designed to be useful in other Rust projects.
|
|||
* `support/netsurfcss`: The CSS library from the NetSurf project. This is a temporary stopgap for
|
||||
CSS parsing until a pure-Rust solution is available.
|
||||
* `support/opengles`: Bindings to OpenGL ES 2.0.
|
||||
* `support/png`: Bindings to libpng.
|
||||
* `support/sharegl`: A library for sharing OpenGL or Direct3D textures between processes.
|
||||
* `support/skia`: Google's accelerated 2D rendering library.
|
||||
* `support/spidermonkey`: Mozilla's JavaScript engine.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue