mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Remove references to libSDL in the readme.
This commit is contained in:
parent
5e3ea3f872
commit
88a51c6a18
1 changed files with 3 additions and 3 deletions
|
@ -15,15 +15,15 @@ given day. Good luck!
|
||||||
On OS X (homebrew):
|
On OS X (homebrew):
|
||||||
|
|
||||||
brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb
|
brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb
|
||||||
brew install sdl cairo
|
brew install cairo
|
||||||
|
|
||||||
On OS X (MacPorts):
|
On OS X (MacPorts):
|
||||||
|
|
||||||
sudo port install autoconf213 libsdl cairo +x11 +quartz
|
sudo port install autoconf213 cairo +x11 +quartz
|
||||||
|
|
||||||
On Debian-based Linuxes:
|
On Debian-based Linuxes:
|
||||||
|
|
||||||
sudo apt-get install libsdl1.2-dev libcairo2-dev libpango1.0-dev autoconf2.13 freeglut3-dev
|
sudo apt-get install libcairo2-dev libpango1.0-dev autoconf2.13 freeglut3-dev
|
||||||
|
|
||||||
### Building
|
### Building
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue