mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
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.
This commit is contained in:
parent
7eeec45a4e
commit
70ad932450
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue