The Servo Browser Engine
Find a file
2013-05-20 10:05:29 -07:00
mk Organize all the source files into compiler/, components/, and platform/. 2013-05-15 15:39:19 -07:00
src Load purple.com when hitting ctrl+L. 2013-05-17 15:56:28 -07:00
.gitignore Update ignores. 2013-05-15 19:07:30 -06:00
.gitmodules Fix and update submodules. 2013-05-15 17:34:04 -06:00
configure Organize all the source files into compiler/, components/, and platform/. 2013-05-15 15:39:19 -07:00
Info.plist Build an app bundle on OS X 2012-04-23 17:43:45 -07:00
LICENSE Add license 2013-04-03 18:37:29 -07:00
Makefile.in Update rust path for CI backup and restore. 2013-05-16 09:44:30 -06:00
README.md Remove aclocal docs now that cairo is gone. 2013-05-20 10:52:24 -06:00

The Servo Parallel Browser Project

Servo is a prototype web browser engine written in the Rust language. It is currently developed on 64bit OS X and 64bit 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

On OS X (MacPorts):

sudo port install autoconf213

On Debian-based Linuxes:

sudo apt-get install autoconf2.13 curl freeglut3-dev libtool libfreetype6-dev libfontconfig1-dev libglib2.0-dev

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