Skip to content

Missing dependencies for ubuntu 20.04 #12

Description

@sharksforarms

I had to do the following to get to a working state (mostly due to pip dependency build errors)

sudo apt install libcairo2-dev libjpeg-dev libgif-dev
sudo apt install libgirepository1.0-dev
sudo apt install libcups2-dev
sudo apt install xvfb
pip3 install xvfbwrapper

I also needed to add --xvfb in agent.sh to make sure xprop wasn't getting called, or else I would hit this error: catchpoint/WebPageTest.agent#458

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions