The Servo Browser Engine
Find a file
2012-05-10 12:30:07 -07:00
src Stub inline layout computation; move reflow to impls 2012-05-10 12:30:07 -07:00
.gitignore Support out of tree builds 2012-05-05 15:26:33 -07:00
.gitmodules Build spidermonkey and bindings 2012-05-07 16:43:03 -07:00
configure Build spidermonkey and bindings 2012-05-07 16:43:03 -07:00
Info.plist Build an app bundle on OS X 2012-04-23 17:43:45 -07:00
Makefile.in Build spidermonkey and bindings 2012-05-07 16:43:03 -07:00
README.md Add build instructions to README.md 2012-05-05 16:51:26 -07:00
test.html get it so that content actually has height and displays 2012-05-04 17:04:05 -07:00

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