mirror of
https://github.com/servo/servo.git
synced 2025-06-16 20:34:30 +00:00
The Servo Browser Engine
src | ||
.gitignore | ||
.gitmodules | ||
autogen.sh | ||
configure.in | ||
Info.plist | ||
Makefile.in | ||
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