Add information about openSUSE installation

This commit is contained in:
tujhen 2023-10-22 02:18:10 +03:00 committed by GitHub
parent 7e623011d3
commit f35a80861e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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