mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +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:
|
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
|
### Building
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ On Debian-based Linuxes:
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
mkdir build && cd build
|
mkdir -p build && cd build
|
||||||
../configure
|
../configure
|
||||||
make check && make
|
make check && make
|
||||||
./servo ../src/test/test.html
|
./servo ../src/test/test.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue