gecko-dev/servo
Brian Anderson 28fa1739d8 servo: HarfBuzz bindings, y'all
Source-Repo: https://github.com/servo/servo
Source-Revision: 1cab10d8ba0cc92b8b18ea2680dc364a02b61664
2012-05-11 14:49:02 -07:00
..
src/servo servo: HarfBuzz bindings, y'all 2012-05-11 14:49:02 -07:00
.gitignore servo: Require running autogen.sh 2012-05-10 15:20:26 -07:00
autogen.sh servo: Start building harfbuzz 2012-05-10 17:17:02 -07:00
configure.in servo: HarfBuzz bindings, y'all 2012-05-11 14:49:02 -07:00
Info.plist servo: Build an app bundle on OS X 2012-04-23 17:43:45 -07:00
Makefile.in servo: HarfBuzz bindings, y'all 2012-05-11 14:49:02 -07:00
README.md servo: Start building harfbuzz 2012-05-10 17:17:02 -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 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