2015-11-26 23:18:21 +03:00
# The Servo Parallel Browser Engine Project
2012-02-08 23:29:12 +04:00
2016-11-22 22:42:08 +03:00
[![Linux Build Status ](https://img.shields.io/travis/servo/servo/master.svg?label=Linux%20build )](https://travis-ci.org/servo/servo) [![Windows Build Status ](https://img.shields.io/appveyor/ci/servo/servo/master.svg?label=Windows%20build )](https://ci.appveyor.com/project/servo/servo/branch/master) [![Changelog #228 ](https://img.shields.io/badge/changelog-%23228-9E978E.svg )](https://changelog.com/podcast/228)
2016-04-15 23:32:49 +03:00
2014-09-09 22:33:47 +04:00
Servo is a prototype web browser engine written in the
2015-04-09 06:10:42 +03:00
[Rust ](https://github.com/rust-lang/rust ) language. It is currently developed on
2016-05-28 03:34:55 +03:00
64bit OS X, 64bit Linux, and Android.
2012-08-18 06:41:22 +04:00
2013-10-14 19:28:11 +04:00
Servo welcomes contribution from everyone. See
2016-04-19 03:43:00 +03:00
[`CONTRIBUTING.md` ](CONTRIBUTING.md ) and [`HACKING_QUICKSTART.md` ](docs/HACKING_QUICKSTART.md )
2015-10-26 08:33:41 +03:00
for help getting started.
2013-10-14 19:28:11 +04:00
2015-12-04 06:06:17 +03:00
Visit the [Servo Project page ](https://servo.org/ ) for news and guides.
2015-11-17 13:45:38 +03:00
2016-08-17 03:16:55 +03:00
## Setting up your environment
2012-10-18 10:24:02 +04:00
2016-08-17 03:16:55 +03:00
Please select your operating system:
* [OS X ](#os-x )
* [Debian-based Linuxes ](#on-debian-based-linuxes )
* [Fedora ](#on-fedora )
* [Arch Linux ](#on-arch-linux )
2016-10-01 23:15:03 +03:00
* [openSUSE ](#on-opensuse-linux )
2016-08-17 03:16:55 +03:00
* [Gentoo Linux ](#on-gentoo-linux )
2017-04-17 05:38:05 +03:00
* [Microsoft Windows ](#on-windows-msvc )
2016-08-17 03:16:55 +03:00
* [Android ](#cross-compilation-for-android )
#### OS X
#### On OS X (homebrew)
2012-05-11 02:20:26 +04:00
2013-04-04 20:49:08 +04:00
``` sh
2016-10-25 13:51:03 +03:00
brew install automake pkg-config python cmake yasm
2014-08-05 17:31:21 +04:00
pip install virtualenv
2013-04-04 20:49:08 +04:00
```
2016-08-17 03:16:55 +03:00
#### On OS X (MacPorts)
2012-08-22 22:50:10 +04:00
2013-04-04 20:49:08 +04:00
``` sh
2016-10-25 13:51:03 +03:00
sudo port install python27 py27-virtualenv cmake yasm
2013-04-04 20:49:08 +04:00
```
2016-10-18 20:49:43 +03:00
#### On OS X >= 10.11 (El Capitan), you also have to install OpenSSL
2016-02-19 22:58:51 +03:00
``` sh
brew install openssl
2016-09-14 18:29:51 +03:00
export OPENSSL_INCLUDE_DIR="$(brew --prefix openssl)/include"
export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib"
2016-09-21 05:40:02 +03:00
2016-08-11 08:10:38 +03:00
./mach build ...
```
2016-10-18 20:49:43 +03:00
If you've already partially compiled servo but forgot to do this step, run `./mach clean` , set the shell variables, and recompile.
2016-07-21 05:23:18 +03:00
2016-08-17 03:16:55 +03:00
#### On Debian-based Linuxes
2012-05-11 02:20:26 +04:00
2013-04-04 20:49:08 +04:00
``` sh
2017-02-02 21:12:57 +03:00
sudo apt install git curl freeglut3-dev autoconf \
2014-03-01 04:40:38 +04:00
libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \
2016-01-12 22:27:13 +03:00
gperf g++ build-essential cmake virtualenv python-pip \
2017-02-02 21:12:57 +03:00
libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \
2016-08-18 19:22:06 +03:00
libglu1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev
2013-04-04 20:49:08 +04:00
```
2017-02-02 21:12:57 +03:00
2017-03-21 10:03:21 +03:00
If you using a version prior to **Ubuntu 17.04** or **Debian Sid** , replace `libssl1.0-dev` with `libssl-dev` .
2015-09-02 08:31:34 +03:00
If you are on **Ubuntu 14.04** and encountered errors on installing these dependencies involving `libcheese` , see [#6158 ](https://github.com/servo/servo/issues/6158 ) for a workaround.
2012-05-11 02:20:26 +04:00
2016-01-02 17:10:10 +03:00
If `virtualenv` does not exist, try `python-virtualenv` .
2016-08-17 03:16:55 +03:00
#### On Fedora
2014-04-17 05:31:08 +04:00
``` sh
2015-05-22 23:33:08 +03:00
sudo dnf install curl freeglut-devel libtool gcc-c++ libXi-devel \
2016-02-06 09:21:48 +03:00
freetype-devel mesa-libGL-devel mesa-libEGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
2015-09-16 18:39:10 +03:00
fontconfig-devel cabextract ttmkfdir python python-virtualenv python-pip expat-devel \
2016-05-26 14:08:22 +03:00
rpm-build openssl-devel cmake bzip2-devel libXcursor-devel libXmu-devel mesa-libOSMesa-devel \
2017-04-16 15:29:57 +03:00
dbus-devel ncurses-devel
2014-04-17 05:31:08 +04:00
```
2016-10-01 23:15:03 +03:00
#### On openSUSE Linux
``` sh
sudo zypper install libX11-devel libexpat-devel libbz2-devel Mesa-libEGL-devel Mesa-libGL-devel cabextract cmake \
dbus-1-devel fontconfig-devel freetype-devel gcc-c++ git glib2-devel gperf \
harfbuzz-devel libOSMesa-devel libXcursor-devel libXi-devel libXmu-devel libXrandr-devel libopenssl-devel \
2016-10-02 11:41:18 +03:00
python-pip python-virtualenv rpm-build glu-devel
2016-10-01 23:15:03 +03:00
```
2016-08-17 03:16:55 +03:00
#### On Arch Linux
2014-09-06 13:17:27 +04:00
``` sh
2016-06-19 19:19:49 +03:00
sudo pacman -S --needed base-devel git python2 python2-virtualenv python2-pip mesa cmake bzip2 libxmu glu pkg-config
2014-09-06 13:17:27 +04:00
```
2016-08-17 03:16:55 +03:00
#### On Gentoo Linux
2015-10-03 00:56:31 +03:00
```sh
sudo emerge net-misc/curl media-libs/freeglut \
media-libs/freetype media-libs/mesa dev-util/gperf \
dev-python/virtualenv dev-python/pip dev-libs/openssl \
x11-libs/libXmu media-libs/glu x11-base/xorg-server
```
2017-04-17 05:38:05 +03:00
#### On Windows (MSVC)
2016-10-07 00:56:38 +03:00
2017-05-14 06:34:10 +03:00
1. Install Python for Windows (https://www.python.org/downloads/release/python-2711/). The Windows x86-64 MSI installer is fine.
2016-10-07 00:56:38 +03:00
You should change the installation to install the "Add python.exe to Path" feature.
2017-02-06 04:33:23 +03:00
2. Install virtualenv.
2016-10-07 00:56:38 +03:00
2017-02-06 04:33:23 +03:00
In a normal Windows Shell (cmd.exe or "Command Prompt" from the start menu), do:
```
2016-10-07 00:56:38 +03:00
pip install virtualenv
```
2017-02-06 04:33:23 +03:00
If this does not work, you may need to reboot for the changed PATH settings (by the python installer) to take effect.
2016-10-07 00:56:38 +03:00
2017-04-17 05:38:05 +03:00
3. Install Git for Windows (https://git-scm.com/download/win). DO allow it to add git.exe to the PATH (default
2017-02-06 04:33:23 +03:00
settings for the installer are fine).
2016-01-26 00:29:52 +03:00
2017-04-17 05:38:05 +03:00
4. Install Visual Studio 2015 Community Edition (https://www.visualstudio.com/). You MUST add "Visual C++" to the
2017-02-06 04:33:23 +03:00
list of installed components. It is not on by default.
2016-01-26 00:29:52 +03:00
2016-08-17 03:16:55 +03:00
#### Cross-compilation for Android
2013-08-28 06:21:34 +04:00
2014-09-09 22:33:47 +04:00
Pre-installed Android tools are needed. See wiki for
2015-12-04 06:06:17 +03:00
[details ](https://github.com/servo/servo/wiki/Building-for-Android )
2013-08-28 06:21:34 +04:00
2014-08-23 00:34:52 +04:00
## The Rust compiler
2015-12-30 16:50:38 +03:00
Servo's build system automatically downloads a Rust compiler to build itself.
2015-05-19 18:45:31 +03:00
This is normally a specific revision of Rust upstream, but sometimes has a
backported patch or two.
2015-12-30 16:50:38 +03:00
If you'd like to know which nightly build of Rust we use, see
2017-02-15 17:46:22 +03:00
[`rust-commit-hash` ](https://github.com/servo/servo/blob/master/rust-commit-hash ).
2013-01-10 06:52:17 +04:00
2012-10-18 10:24:02 +04:00
## Building
2012-05-06 03:51:26 +04:00
2017-05-14 06:34:10 +03:00
Servo is built with [Cargo ](https://crates.io/ ), the Rust package manager. We also use Mozilla's
2014-09-09 22:33:47 +04:00
Mach tools to orchestrate the build and other tasks.
### Normal build
2013-07-10 21:12:46 +04:00
2015-05-14 19:26:18 +03:00
To build Servo in development mode. This is useful for development, but
the resulting binary is very slow.
2013-04-04 20:49:08 +04:00
``` sh
2014-09-09 22:33:47 +04:00
git clone https://github.com/servo/servo
2013-04-04 20:49:08 +04:00
cd servo
2015-05-14 19:26:18 +03:00
./mach build --dev
2014-09-09 18:18:18 +04:00
./mach run tests/html/about-mozilla.html
2013-04-04 20:49:08 +04:00
```
2013-03-13 19:36:44 +04:00
2016-10-07 00:56:38 +03:00
Or on Windows MSVC, in a normal Command Prompt (cmd.exe):
``` cmd
git clone https://github.com/servo/servo
cd servo
mach.bat build --dev
```
2015-05-14 19:26:18 +03:00
For benchmarking, performance testing, or
2015-05-04 20:57:06 +03:00
real-world use, add the `--release` flag to create an optimized build:
``` sh
./mach build --release
./mach run --release tests/html/about-mozilla.html
```
2017-05-13 16:30:07 +03:00
### Checking for build errors, without building
If you’ re making changes to one crate that cause build errors in another crate,
consider this instead of a full build:
```sh
./mach check
```
It will run `cargo check` , which runs the analysis phase of the compiler
(and so shows build errors if any) but skips the code generation phase.
This can be a lot faster than a full build,
though of course it doesn’ t produce a binary you can run.
2014-09-09 18:18:18 +04:00
### Building for Android target
2013-08-28 06:21:34 +04:00
``` sh
2014-09-09 22:33:47 +04:00
git clone https://github.com/servo/servo
2013-08-28 06:21:34 +04:00
cd servo
2016-05-24 13:09:29 +03:00
export ANDROID_SDK="/path/to/sdk"
export ANDROID_NDK="/path/to/ndk"
export ANDROID_TOOLCHAIN="/path/to/toolchain"
export PATH="$PATH:/path/to/toolchain/bin"
./mach build --release --android
2016-07-05 01:58:27 +03:00
./mach package --release --android
2013-08-28 06:21:34 +04:00
```
2014-10-04 01:45:28 +04:00
Rather than setting the `ANDROID_*` environment variables every time, you can
also create a `.servobuild` file and then edit it to contain the correct paths
to the Android SDK/NDK tools:
```
cp servobuild.example .servobuild
# edit .servobuild
```
2013-07-10 21:12:46 +04:00
## Running
2017-03-24 17:24:43 +03:00
Use `./mach run [url]` to run Servo. Like so,
``` shell
./mach run https://www.google.com
```
Also, don't miss the info on the [browserhtml page ](https://github.com/browserhtml/browserhtml ) on how to run the Browser.html
2016-05-20 17:18:58 +03:00
full tech demo (it provides a more browser-like experience than just browsing a single
URL with servo).
2015-02-28 20:33:52 +03:00
2013-07-10 21:12:46 +04:00
### Commandline Arguments
- `-p INTERVAL` turns on the profiler and dumps info to the console every
`INTERVAL` seconds
2014-12-08 20:28:10 +03:00
- `-s SIZE` sets the tile size for painting; defaults to 512
2013-10-23 00:52:14 +04:00
- `-z` disables all graphical output; useful for running JS / layout tests
2016-07-21 05:23:18 +03:00
- `-Z help` displays useful output to debug servo
2013-07-10 21:12:46 +04:00
### Keyboard Shortcuts
2016-10-01 16:02:18 +03:00
- `Ctrl` +`-` zooms out
- `Ctrl` +`=` zooms in
2016-06-24 20:55:46 +03:00
- `Alt` +`left arrow` goes backwards in the history
- `Alt` +`right arrow` goes forwards in the history
2013-07-17 02:01:15 +04:00
- `Esc` exits servo
2013-07-10 21:12:46 +04:00
## Developing
2014-09-09 22:33:47 +04:00
There are lots of mach commands you can use. You can list them with `./mach
--help`.
2015-08-06 10:36:22 +03:00
The generated documentation can be found on http://doc.servo.org/servo/index.html