Mention Linux packages in the README

Closes #8.
This commit is contained in:
Patrick Walton 2017-02-15 18:20:15 -08:00
parent e71dd1241f
commit 51e20b2a35
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@ since most of the code runs on GPU.
On Windows, running the demos requires GLFW, which requires CMake to be installed and in your PATH.
Get it from [cmake.org](https://cmake.org/).
On Linux, some development packages are needed to compile. On Ubuntu, the following line has been
reported to suffice to install them:
sudo apt-get install cmake libgl-dev libx11-dev xrandr-dev
## Authors
The primary author is Patrick Walton (@pcwalton), with contributions from the Servo development