Skip to content

Commit

Permalink
Merge pull request azeam#7 from icio/patch-1
Browse files Browse the repository at this point in the history
Document cairo dependencies
  • Loading branch information
azeam authored Nov 27, 2020
2 parents 8997584 + a3c8da8 commit 5770f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ If running from source (not using the camset pip package) you will also need gi

**Installation**
For Ubuntu:
1. `sudo apt-get install python3 python3-pip v4l-utils pkg-config`
1. `sudo apt-get install python3 python3-pip v4l-utils pkg-config libcairo2-dev libgirepository1.0-dev`
2. `pip3 install camset`

The pip install includes a .desktop file, which should be picked up by the DE. If `camset` is not found you may need to set up your path environment, for example:
`PATH=$PATH:/home/USER/.local/bin`
`PATH=$PATH:/home/USER/.local/bin`

0 comments on commit 5770f93

Please sign in to comment.