Skip to content

Commit

Permalink
Modify Readme for png module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tetsuharu OHZEKI committed Aug 21, 2013
1 parent d67baca commit a888ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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):
Expand All @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/README.md
Expand Up @@ -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.
Expand Down

2 comments on commit a888ffd

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from metajack
at tetsuharuohzeki@a888ffd

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging saneyuki/servo/readme = a888ffd into auto

Please sign in to comment.