The Servo Browser Engine
Find a file
2012-05-11 13:50:59 -07:00
src Start building harfbuzz 2012-05-11 13:50:59 -07:00
.gitignore Require running autogen.sh 2012-05-10 16:17:08 -07:00
.gitmodules Start building harfbuzz 2012-05-11 13:50:59 -07:00
autogen.sh Start building harfbuzz 2012-05-11 13:50:59 -07:00
configure.in Start building harfbuzz 2012-05-11 13:50:59 -07:00
Info.plist Build an app bundle on OS X 2012-04-23 17:43:45 -07:00
Makefile.in Start building harfbuzz 2012-05-11 13:50:59 -07:00
README.md Start building harfbuzz 2012-05-11 13:50:59 -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 https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb
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