mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
0a3544ae0d31c5ae3d585f90e892ed2e20748e0e
Added explicit casts from ints to machine types
The Servo Parallel Browser Project
I currently build on OS X and Linux.
Prerequisites
On OS X:
brew install https://raw.github.com/Homebrew/homebrew-versions/master/autoconf213.rb
brew install sdl cairo
On Debian-based Linuxes:
sudo apt-get install libsdl1.2-dev libcairo2-dev libpango1.0-dev
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
./servo ../src/test/test.html
Languages
Rust
87.7%
Python
6%
WebIDL
3.1%
HTML
2%
JavaScript
0.5%
Other
0.5%