mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update README.md with more build instructions
This commit is contained in:
parent
bb7cf6d2ca
commit
7d06862ee1
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ On OS X:
|
|||
|
||||
On Debian-based Linuxes:
|
||||
|
||||
sudo apt-get install libsdl1.2-dev libcairo2-dev libpango1.0-dev
|
||||
sudo apt-get install libsdl1.2-dev libcairo2-dev libpango1.0-dev autoconf2.13
|
||||
|
||||
### Building
|
||||
|
||||
|
@ -21,7 +21,7 @@ On Debian-based Linuxes:
|
|||
git submodule init
|
||||
git submodule update
|
||||
./autogen.sh
|
||||
mkdir build && cd build
|
||||
mkdir -p build && cd build
|
||||
../configure
|
||||
make check && make
|
||||
./servo ../src/test/test.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue