mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Merge pull request #754 from saneyuki/readme
Update Readme for png module.
This commit is contained in:
commit
645c5cc747
2 changed files with 3 additions and 2 deletions
|
@ -9,7 +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 pkg-config libpng
|
brew install automake libtool pkg-config
|
||||||
```
|
```
|
||||||
|
|
||||||
On OS X (MacPorts):
|
On OS X (MacPorts):
|
||||||
|
@ -23,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 libpng-dev msttcorefonts
|
xorg-dev msttcorefonts
|
||||||
```
|
```
|
||||||
|
|
||||||
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
|
||||||
|
|
|
@ -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
|
* `support/netsurfcss`: The CSS library from the NetSurf project. This is a temporary stopgap for
|
||||||
CSS parsing until a pure-Rust solution is available.
|
CSS parsing until a pure-Rust solution is available.
|
||||||
* `support/opengles`: Bindings to OpenGL ES 2.0.
|
* `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/sharegl`: A library for sharing OpenGL or Direct3D textures between processes.
|
||||||
* `support/skia`: Google's accelerated 2D rendering library.
|
* `support/skia`: Google's accelerated 2D rendering library.
|
||||||
* `support/spidermonkey`: Mozilla's JavaScript engine.
|
* `support/spidermonkey`: Mozilla's JavaScript engine.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue