gecko-dev/servo
Josh Matthews 3f6b3ebf2e servo: Get ClientRect bindings building.
Source-Repo: https://github.com/servo/servo
Source-Revision: c79153be7ba58d3ef5ccad5bf0e7fe4ddb4e2013
2013-01-17 17:06:13 +01:00
..
mk servo: De-mut field, de-DVec, de-assert. 2013-03-13 10:47:43 -04:00
src servo: Get ClientRect bindings building. 2013-01-17 17:06:13 +01:00
.gitignore servo: Initial dump of codegen work. Requires manual running of various python scripts to build servo. 2013-01-16 15:04:36 +01:00
configure servo: Merge remote branch 'origin/master' 2013-02-28 18:16:01 -08:00
Info.plist servo: Build an app bundle on OS X 2012-04-23 17:43:45 -07:00
Makefile.in servo: De-mut field, de-DVec, de-assert. 2013-03-13 10:47:43 -04:00
README.md servo: Merge branch 'master' of https://github.com/mozilla/servo 2013-03-13 11:36:44 -04: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
brew install pkg-config

Note, there is an issue on homebrew which requires the following manual configuration as well:

sudo sh -c 'echo /usr/local/share/aclocal >> /usr/share/aclocal/dirlist'

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