From 70ad932450c089e0b138d8124e07d290ad2bacf5 Mon Sep 17 00:00:00 2001 From: Matthew Rasmus Date: Wed, 19 Nov 2014 15:35:30 -0800 Subject: [PATCH] Added libbz2-dev to Debian based prerequisites Encountered this when building for the first time today: ``` note: /usr/bin/ld: cannot find -lbz2 collect2: error: ld returned 1 exit status error: aborting due to previous error Could not compile `servo`. ``` Installing the libbz2-dev packaged fixed it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5f4ae5fb78..e3dac7d77ec 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ On Debian-based Linuxes: sudo apt-get install curl freeglut3-dev \ libfreetype6-dev libgl1-mesa-dri libglib2.0-dev xorg-dev \ msttcorefonts gperf g++ cmake python-virtualenv \ - libssl-dev + libssl-dev libbz2-dev ``` On Fedora: