mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
The Servo Browser Engine
src | ||
.gitignore | ||
.gitmodules | ||
autogen.sh | ||
configure.in | ||
Info.plist | ||
Makefile.in | ||
README.md |
The Servo Parallel Browser Project
Servo is a web browser engine written in the Rust language. It is currently developed on OS X and Linux.
Note: Servo requires a bleeding-edge version of Rust. Sometimes this means working off of the Rust master branch; sometimes this means the incoming branch. Because Rust is still undergoing major changes the Servo build is very often broken. Somebody in #servo or #rust will usually know what magic is required to make Servo build on any given day. Good luck!
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