Brian Anderson 0a3544ae0d Merge pull request #12 from mmeyerho/master
Added explicit casts from ints to machine types
2012-06-05 10:42:18 -07:00
2012-05-10 16:17:08 -07:00
2012-05-24 18:38:32 -07:00
2012-05-24 18:38:32 -07:00
2012-04-23 17:43:45 -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 libsdl1.2-dev libcairo2-dev libpango1.0-dev

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 ../src/test/test.html
Description
Mirrored from GitHub
Readme MPL-2.0 2.2 GiB
Languages
Rust 87.7%
Python 6%
WebIDL 3.1%
HTML 2%
JavaScript 0.5%
Other 0.5%