diff options
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | src/README.md | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index c256fd85a90..d4dc3db67eb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/README.md b/src/README.md index fbdf3de6b42..197ad80fb70 100644 --- a/src/README.md +++ b/src/README.md @@ -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. |