mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2025-02-25 18:55:24 -06:00
Update openSUSE packaging and building info
This commit is contained in:
parent
12a6c177c0
commit
a5077f54e3
13
README.md
13
README.md
@ -110,7 +110,9 @@ You can use the `tuxclocker.tar` from the release page if you don't want to comp
|
|||||||
This list may contain unofficial distribution packages, maintained by other people not directly related with this project.
|
This list may contain unofficial distribution packages, maintained by other people not directly related with this project.
|
||||||
|
|
||||||
#### For openSUSE Tumbleweed
|
#### For openSUSE Tumbleweed
|
||||||
Install the [tuxclocker](https://software.opensuse.org//download.html?project=home%3Atujhen%3Atuxclocker&package=tuxclocker) package from OBS. Or via terminal
|
NOTE: Due to NVIDIA proprietary driver license problems package builded without NVIDIA modules. See [issue#65](https://github.com/Lurkki14/tuxclocker/issues/65) for more info.
|
||||||
|
|
||||||
|
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
|
sudo zypper in opi
|
||||||
opi tuxclocker
|
opi tuxclocker
|
||||||
@ -159,9 +161,11 @@ sudo apt install --yes --quiet --quiet \
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### For openSUSE Tumbleweed
|
#### For openSUSE Tumbleweed
|
||||||
|
`python-hwdata` is not packaged for openSUSE but can be acquired on [OBS](https://build.opensuse.org/package/show/home:tujhen:tuxclocker/python-hwdata).
|
||||||
```
|
```
|
||||||
sudo zypper in -y \
|
sudo zypper in -y \
|
||||||
meson \
|
meson \
|
||||||
|
git \
|
||||||
gettext-runtime \
|
gettext-runtime \
|
||||||
gcc-c++ \
|
gcc-c++ \
|
||||||
libboost_system-devel \
|
libboost_system-devel \
|
||||||
@ -172,9 +176,10 @@ sudo zypper in -y \
|
|||||||
libQt5DBus-devel \
|
libQt5DBus-devel \
|
||||||
libQt5Charts5-devel \
|
libQt5Charts5-devel \
|
||||||
libqt5-qtbase-devel \
|
libqt5-qtbase-devel \
|
||||||
libopenssl-1_0_0-devel \
|
libopenssl-devel \
|
||||||
python3-devel \
|
python311-devel \
|
||||||
python-hwdata
|
python311-hwdata \
|
||||||
|
nvidia-compute-G06
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user