The Servo Browser Engine
Find a file
2012-05-17 15:44:35 -07:00
src integrate spidermonkey (it doesn't do anything yet) 2012-05-17 15:44:35 -07:00
.gitignore Require running autogen.sh 2012-05-10 16:17:08 -07:00
.gitmodules HarfBuzz bindings, y'all 2012-05-11 16:32:46 -07:00
autogen.sh Start building harfbuzz 2012-05-11 13:50:59 -07:00
configure.in HarfBuzz bindings, y'all 2012-05-11 16:32:46 -07:00
Info.plist Build an app bundle on OS X 2012-04-23 17:43:45 -07:00
Makefile.in HarfBuzz bindings, y'all 2012-05-11 16:32:46 -07:00
README.md Start building harfbuzz 2012-05-11 13:50:59 -07:00
test-inline.html Implement toy inline layout 2012-05-17 14:14:37 -07:00
test-text.html Stub text support 2012-05-17 14:59:46 -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