Update the readme with dire warnings about expected breakage

This commit is contained in:
Brian Anderson 2012-08-17 19:41:22 -07:00
parent ee347beff6
commit e578f80536

View file

@ -1,7 +1,14 @@
## The Servo Parallel Browser Project ## The Servo Parallel Browser Project
Servo currently builds on Mac OS X and Linux. Since the Rust language is currently in flux, you Servo is a web browser engine written in the Rust language. It is
will need the bleeding-edge (Git master) version of the Rust compiler. 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 ### Prerequisites