The Servo Browser Engine
Find a file
2012-05-10 16:39:35 -07:00
src Move block layout to a separate file 2012-05-10 16:39:35 -07:00
.gitignore Require running autogen.sh 2012-05-10 16:17:08 -07:00
.gitmodules Build spidermonkey and bindings 2012-05-07 16:43:03 -07:00
autogen.sh Require autoconf 2.13 2012-05-10 16:17:08 -07:00
configure.in Require running autogen.sh 2012-05-10 16:17:08 -07:00
Info.plist Build an app bundle on OS X 2012-04-23 17:43:45 -07:00
Makefile.in Fix check-rust-mozjs build deps 2012-05-10 16:20:44 -07:00
README.md Require running autogen.sh 2012-05-10 16:17:08 -07:00
test.html get it so that content actually has height and displays 2012-05-04 17:04:05 -07:00

The Servo Parallel Browser Project

I currently build on OS X and Linux.

Prerequisites

On OS X:

brew install sdl cairo

On Debian-based Linuxes:

sudo apt-get install sdl cairo

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 ../test.html