mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
The Servo Browser Engine
src | ||
.gitignore | ||
.gitmodules | ||
configure | ||
Info.plist | ||
Makefile.in | ||
README.md | ||
test.html |
The Servo Parallel Browser Project
It builds on Linux and OS X and requires the newest rustc you can find
git clone git://github.com/mozilla/servo.git
cd servo
git submodule init
git submodule update
mkdir build && cd build
../configure
make check && make
./servo ../test.html