gecko-dev/servo
Brian Anderson 07da26a388 servo: Fix check-rust-mozjs build deps
Source-Repo: https://github.com/servo/servo
Source-Revision: 0d018c70910e7ebfcf1b7575b62744115d9a7337
2012-05-10 16:20:44 -07:00
..
src/servo servo: Separate intrinsic sizes from block layout 2012-05-10 16:13:32 -07:00
.gitignore servo: Require running autogen.sh 2012-05-10 15:20:26 -07:00
autogen.sh servo: Require autoconf 2.13 2012-05-10 16:03:27 -07:00
configure.in servo: Require running autogen.sh 2012-05-10 15:20:26 -07:00
Info.plist servo: Build an app bundle on OS X 2012-04-23 17:43:45 -07:00
Makefile.in servo: Fix check-rust-mozjs build deps 2012-05-10 16:20:44 -07:00
README.md servo: Require running autogen.sh 2012-05-10 15:20:26 -07:00
test.html servo: 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