mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add build instructions to README.md
This commit is contained in:
parent
7a8305dc16
commit
6f3ca032f8
1 changed files with 10 additions and 0 deletions
10
README.md
10
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue