Require running autogen.sh

This commit is contained in:
Brian Anderson 2012-05-10 15:20:26 -07:00
parent 210434a9b8
commit b052dae230
5 changed files with 22 additions and 3 deletions

View file

@ -1,11 +1,24 @@
## The Servo Parallel Browser Project
It builds on Linux and OS X and requires the newest rustc you can find
I currently build on OS X and Linux.
### Prerequisites
On OS X:
brew install sdl cairo
On Debian-based Linuxes:
sudo apt-get install sdl cairo
### Building
git clone git://github.com/mozilla/servo.git
cd servo
git submodule init
git submodule update
./autogen.sh
mkdir build && cd build
../configure
make check && make