Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added libbz2-dev to Debian based prerequisites #4042

Merged
merged 2 commits into from Nov 20, 2014

Commits on Nov 19, 2014

  1. 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.
    mttr committed Nov 19, 2014

Commits on Nov 20, 2014

  1. Added bzip to Fedora and Arch prereqs

    mttr committed Nov 20, 2014
You can’t perform that action at this time.