From 37f4b592ee17d45b3e93a980fd0f9736e3fc0066 Mon Sep 17 00:00:00 2001 From: samuela Date: Mon, 23 Sep 2019 12:26:15 -0700 Subject: [PATCH] Clarify linux dependencies --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 51e38cf..c14d1a5 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ It is used in Mozilla Servo. ## Prerequisites -On Linux you need the x11 library, install it with something like: +On Linux you'll need the `xcb`, `xcb-render`, `xcb-shape`, and `xcb-xfixes` X11 libraries at compile time. On Ubuntu, you can install these with ```bash -sudo apt-get install xorg-dev +sudo apt-get install libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev ``` ## Example