gecko-dev/servo
Patrick Walton d16b2a8b0f servo: Stub CSS computed style construction
Source-Repo: https://github.com/servo/servo
Source-Revision: 48034368b5058897068e1e29bd6613de28a8feeb
2012-05-10 15:14:11 -07:00
..
src/servo servo: Stub CSS computed style construction 2012-05-10 15:14:11 -07:00
.gitignore servo: Support out of tree builds 2012-05-05 15:26:33 -07:00
configure servo: Build spidermonkey and bindings 2012-05-06 02:03:07 -07:00
Info.plist servo: Build an app bundle on OS X 2012-04-23 17:43:45 -07:00
Makefile.in servo: Build spidermonkey and bindings 2012-05-06 02:03:07 -07:00
README.md servo: Add build instructions to README.md 2012-05-05 16:51:26 -07:00
test.html servo: 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