Commit 47c80b8 1 parent 92ba9fc commit 47c80b8 Copy full SHA for 47c80b8
File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,12 @@ $ yay -S stl-thumb-kde
26
26
```
27
27
$ sudo apt install ./stl-thumb-kde_0.4.0_amd64.deb
28
28
```
29
+ #### Fedora / RedHat
30
+
31
+ [ Download the .rpm package] ( https://github.com/unlimitedbacon/stl-thumb-kde/releases/latest ) and install it.
32
+ ```
33
+ $ yum localinstall stl-thumb-kde-0.4.0_amd64.rpm
34
+ ```
29
35
30
36
#### openSUSE
31
37
@@ -37,14 +43,14 @@ $ sudo zypper ref
37
43
$ sudo zypper install stl-thumb-kde
38
44
```
39
45
40
- Build Instructions
46
+ Build Instructions (Arch)
41
47
------------------
42
48
43
49
Build dependencies:
44
50
* cmake
45
51
* extra-cmake-modules
46
- * qtbase5-dev
47
- * kio-dev
52
+ * qt6-base
53
+ * kio
48
54
49
55
1 . Install [ stl-thumb] ( https://github.com/unlimitedbacon/stl-thumb )
50
56
2 . Then you can build the plugin.
@@ -54,7 +60,7 @@ Build dependencies:
54
60
cmake -DCMAKE_BUILD_TYPE=Release ..
55
61
make
56
62
```
57
- 3. And install it for testing (on Debian or Ubuntu) .
63
+ 3. And install it for testing.
58
64
```
59
65
sudo make install
60
66
```
You can’t perform that action at this time.
0 commit comments