mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-25 01:30:18 -06:00
Add information about openSUSE installation
This commit is contained in:
parent
7e623011d3
commit
f35a80861e
28
README.md
28
README.md
@ -70,6 +70,16 @@ You can use the `tuxclocker.tar` from the release page if you don't want to comp
|
|||||||
- Extract the contents eg. (`tar xf tuxlocker.tar`)
|
- Extract the contents eg. (`tar xf tuxlocker.tar`)
|
||||||
- Run `sudo echo && ./run.sh` in the same folder (sudo is needed for the daemon)
|
- Run `sudo echo && ./run.sh` in the same folder (sudo is needed for the daemon)
|
||||||
|
|
||||||
|
## Using distribution packages
|
||||||
|
This list may contain unofficial distribution packages, maintained by other people not directly related with this project.
|
||||||
|
|
||||||
|
#### For openSUSE Tumbleweed
|
||||||
|
Install the [tuxclocker](https://software.opensuse.org//download.html?project=home%3Atujhen%3Atuxclocker&package=tuxclocker) package from OBS. Or via terminal
|
||||||
|
```
|
||||||
|
sudo zypper in opi
|
||||||
|
opi tuxclocker
|
||||||
|
```
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
`qt (charts, base, dbus), boost-system, boost-filesystem, libnvml, libxnvctrl, xlib, libdrm, meson`
|
`qt (charts, base, dbus), boost-system, boost-filesystem, libnvml, libxnvctrl, xlib, libdrm, meson`
|
||||||
@ -97,6 +107,24 @@ sudo apt install --yes --quiet --quiet \
|
|||||||
libxnvctrl-dev
|
libxnvctrl-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### For openSUSE Tumbleweed
|
||||||
|
```
|
||||||
|
sudo zypper in -y \
|
||||||
|
meson \
|
||||||
|
gettext-runtime \
|
||||||
|
gcc-c++ \
|
||||||
|
libboost_system-devel \
|
||||||
|
libboost_filesystem-devel \
|
||||||
|
libdrm-devel \
|
||||||
|
libXNVCtrl-devel \
|
||||||
|
libX11-devel \
|
||||||
|
libQt5DBus-devel \
|
||||||
|
libQt5Charts5-devel \
|
||||||
|
libqt5-qtbase-devel \
|
||||||
|
libopenssl-1_0_0-devel
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Compiling
|
## Compiling
|
||||||
|
|
||||||
#### Meson options
|
#### Meson options
|
||||||
|
Loading…
Reference in New Issue
Block a user