You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm using Fedora with KDE and would like to implement stl-thumb into Dolphin but I am struggeling with the KDE side of things. I got the RPM for stl-thumb compiled. If i follow the instructions in this Repo get this error:
$mkdir build
[...]
$cd build
[...]
$cmake -DCMAKE_BUILD_TYPE=Release ..
[...]
$ make
[ 25%] Automatic MOC for target stlthumbnail
[ 25%] Built target stlthumbnail_autogen
[ 50%] Linking CXX shared module stlthumbnail.so
/usr/bin/ld: cannot find -lstl_thumb: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/stlthumbnail.dir/build.make:114: stlthumbnail.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:138: CMakeFiles/stlthumbnail.dir/all] Error 2
make: *** [Makefile:166: all] Error 2
I'm pretty new to cmake and Fedora and would be glad for better documentation.
Is it possible to compile this Repo to a RPM-Package? If so, how?
The text was updated successfully, but these errors were encountered:
Hi I'm using Fedora with KDE and would like to implement stl-thumb into Dolphin but I am struggeling with the KDE side of things.
I got the RPM for stl-thumb compiled.
If i follow the instructions in this Repo get this error:
I'm pretty new to cmake and Fedora and would be glad for better documentation.
Is it possible to compile this Repo to a RPM-Package? If so, how?
The text was updated successfully, but these errors were encountered: