Update README.md

Fixing missing dependencies for barebone ubuntu compilation installation
This commit is contained in:
Wahyu Suryo Samudro 2021-06-19 09:21:45 +07:00 committed by GitHub
parent ad1baa0848
commit 916e6c6e26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,7 @@ sudo rc-service lenovo_fix start
```
sudo apt install git build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev python3-venv python3-wheel
git clone https://github.com/erpalma/throttled.git
sudo apt update; sudo apt install build-essential gobject-introspection libgirepository1.0-dev libdbus-glib-1-dev libcairo2-dev libjpeg-dev libgif-dev -y
sudo ./throttled/install.sh
```
If you own a X1C6 you can also check a tutorial for Ubuntu 18.04 [here](https://mensfeld.pl/2018/05/lenovo-thinkpad-x1-carbon-6th-gen-2018-ubuntu-18-04-tweaks/).