Thinkpad yoga: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ == linux rotation - ScreenRotator == <source lang=bash> sudo apt install -y git cmake build-essential qtbase5-dev libxrandr-dev libxi-dev libqt5x11extras5-d…“) |
F (Diskussion | Beiträge) (→linux rotation - ScreenRotator) |
||
Zeile 3: | Zeile 3: | ||
== linux rotation - ScreenRotator == | == linux rotation - ScreenRotator == | ||
− | <source lang= | + | <source lang=shell> |
sudo apt install -y git cmake build-essential qtbase5-dev libxrandr-dev libxi-dev libqt5x11extras5-dev libqt5sensors5-dev | sudo apt install -y git cmake build-essential qtbase5-dev libxrandr-dev libxi-dev libqt5x11extras5-dev libqt5sensors5-dev | ||
git clone https://github.com/GuLinux/ScreenRotator | git clone https://github.com/GuLinux/ScreenRotator |
Version vom 24. November 2024, 18:10 Uhr
linux rotation - ScreenRotator
sudo apt install -y git cmake build-essential qtbase5-dev libxrandr-dev libxi-dev libqt5x11extras5-dev libqt5sensors5-dev
git clone https://github.com/GuLinux/ScreenRotator
mkdir ScreenRotator/build
cd ScreenRotator/build
cmake ..
make all
sudo make install