From a782798783c23161903180c44a884bbc9ba25124 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Thu, 22 Jun 2017 12:58:14 -0700 Subject: [PATCH] Add libx11-dev to the list of build deps https://github.com/servo/rust-xlib/issues/44 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 957f0a4c311..901283b1d45 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you've already partially compiled servo but forgot to do this step, run `./ma #### On Debian-based Linuxes ``` sh -sudo apt install git curl freeglut3-dev autoconf \ +sudo apt install git curl freeglut3-dev autoconf libx11-dev \ libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \ gperf g++ build-essential cmake virtualenv python-pip \ libssl1.0-dev libbz2-dev libosmesa6-dev libxmu6 libxmu-dev \