gecko-dev/servo
Margaret Meyerhofer 62e4484ad8 servo: Fixed the changing alt syntax and cleaned up some compiler warnings
Source-Repo: https://github.com/servo/servo
Source-Revision: 0b796c410cf5d0924b652186d5b17e8b3ad285a8
2012-08-03 15:16:08 -07:00
..
src servo: Fixed the changing alt syntax and cleaned up some compiler warnings 2012-08-03 15:16:08 -07:00
.gitignore servo: Require running autogen.sh 2012-05-10 15:20:26 -07:00
Info.plist servo: Build an app bundle on OS X 2012-04-23 17:43:45 -07:00
Makefile.in servo: Makefile cleanups 2012-08-02 18:59:10 -07:00
README.md servo: Update Linux instructions with correct glut package 2012-07-12 00:12:06 -07:00
autogen.sh servo: Support autoconf's named autoconf-2.13 2012-05-21 14:02:17 -07:00
configure.in servo: Fix configure.in for disappearance of submodules 2012-08-02 17:09:56 -07:00

README.md

The Servo Parallel Browser Project

Servo currently builds on Mac OS X and Linux. Since the Rust language is currently in flux, you will need the bleeding-edge (Git master) version of the Rust compiler.

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 autoconf2.13 freeglut3-dev

Building

git clone git://github.com/mozilla/servo.git
cd servo
git submodule init
git submodule update
./autogen.sh
mkdir -p build && cd build
../configure
make check && make
./servo ../src/test/test.html