From 6f3ca032f80eb5639afa7f4230a9b77830746c43 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sat, 5 May 2012 16:51:26 -0700 Subject: [PATCH] Add build instructions to README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 83a6760f386..35120c0baee 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ ## 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