gecko-dev/servo
Patrick Walton 1204a54385 servo: Start work on new DOM representation
Source-Repo: https://github.com/servo/servo
Source-Revision: 1b030480abdf9c7a36a5dc0bea59e6f6aae63082
2013-02-14 19:13:56 -08:00
..
mk servo: Fix tests 2013-01-22 15:19:12 -08:00
src servo: Start work on new DOM representation 2013-02-14 19:13:56 -08:00
.gitignore servo: Rewrite configure script to be more robust; move autogen.sh logic into configure script. 2012-09-04 16:17:36 -07:00
configure servo: Upgrade for language changes 2013-02-08 21:50:37 -08:00
Info.plist servo: Build an app bundle on OS X 2012-04-23 17:43:45 -07:00
Makefile.in servo: Upgrade Rust compiler 2013-01-20 14:38:41 -08:00
README.md servo: Merge #295 - Add libtool to brew install requirements (from zpao:libtool) 2013-02-24 08:07:41 -08:00

The Servo Parallel Browser Project

Servo is a prototype web browser engine written in the Rust language. It is currently developed on OS X and Linux.

Prerequisites

On OS X (homebrew):

brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb
brew install automake libtool

On OS X (MacPorts):

sudo port install autoconf213

On Debian-based Linuxes:

sudo apt-get install autoconf2.13 freeglut3-dev libtool

Servo builds its own copy of Rust, so there is no need to provide a Rust compiler.

Building

git clone git://github.com/mozilla/servo.git
cd servo
mkdir -p build && cd build
../configure
make && make check
./servo ../src/test/about-mozilla.html