From 51e20b2a3564f740b136a779fdcb33c5d903c4bd Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Wed, 15 Feb 2017 18:20:15 -0800 Subject: [PATCH] Mention Linux packages in the README Closes #8. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d33b7f14..e893abb7 100644 --- a/README.md +++ b/README.md @@ -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