mirror of
https://github.com/erpalma/throttled.git
synced 2026-01-09 10:10:00 +01:00
Merge pull request #298 from Troyhy/update-readme-for-ubuntu-install
Add python3-cairo-dev as requirement for ubuntu (21.10)
This commit is contained in:
commit
970001ec38
|
|
@ -75,7 +75,7 @@ sudo rc-service throttled start
|
|||
|
||||
### Debian/Ubuntu
|
||||
```
|
||||
sudo apt install git build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev python3-venv python3-wheel
|
||||
sudo apt install git build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev python3-cairo-dev python3-venv python3-wheel
|
||||
git clone https://github.com/erpalma/throttled.git
|
||||
sudo ./throttled/install.sh
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue