gecko-dev/servo
Brian Anderson eaaaaa8010 servo: Drawing text on mac doesn't work yet
Source-Repo: https://github.com/servo/servo
Source-Revision: 82d9ff3e56516f333e72480b8b1d8c539a016bbb
2012-05-26 19:03:27 -07:00
..
src servo: Drawing text on mac doesn't work yet 2012-05-26 19:03:27 -07:00
.gitignore servo: Require running autogen.sh 2012-05-10 15:20:26 -07:00
autogen.sh servo: Support autoconf's named autoconf-2.13 2012-05-21 14:02:17 -07:00
configure.in servo: Add stb_image bindings 2012-05-24 18:38:32 -07:00
Info.plist servo: Build an app bundle on OS X 2012-04-23 17:43:45 -07:00
Makefile.in servo: Add stb_image bindings 2012-05-24 18:38:32 -07:00
README.md servo: Update README.md to match the new test location 2012-05-17 20:47:34 -07:00

The Servo Parallel Browser Project

I currently build on OS X and Linux.

Prerequisites

On OS X:

brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb
brew install sdl cairo

On Debian-based Linuxes:

sudo apt-get install libsdl1.2-dev libcairo2-dev libpango1.0-dev

Building

git clone git://github.com/mozilla/servo.git
cd servo
git submodule init
git submodule update
./autogen.sh
mkdir build && cd build
../configure
make check && make
./servo ../src/test/test.html