Skip to content

artkoz/stl-thumb-kde

 
 

Repository files navigation

stl-thumb-kde

Build Status

This is the KDE / KIO plugin for stl-thumb. It shows previews of .stl files in Dolphin and throughout the KDE desktop.

stl-thumb-kde

Installation

You will first need to install stl-thumb.

Arch

A package is available in the AUR. Install it manually or using your favorite AUR helper.

$ yay -S stl-thumb-kde

Debian / Ubuntu

Download the .deb package for your platform (usually amd64) and install it. Packages are also available for armhf (Raspberry Pi) and arm64 (Pine64 and other SBCs).

$ sudo apt install ./stl-thumb-kde_0.4.0_amd64.deb

openSUSE

For openSUSE Tumblweed there is a user repo available:

$ sudo zypper ar -f obs://home:jubalh:stl stl
$ sudo zypper ref
$ sudo zypper install stl-thumb-kde

Build Instructions

Build dependencies:

  • cmake
  • extra-cmake-modules
  • qtbase5-dev
  • kio-dev
  1. Install stl-thumb
  2. Then you can build the plugin.
    mkdir build
    cd build
    cmake -DCMAKE_BUILD_TYPE=Release ..
    make
    
  3. And install it for testing (on Debian or Ubuntu).
    sudo make install
    
  4. To build a Debian package
    cpack
    

About

KDE plugin for stl-thumb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 56.3%
  • C++ 43.7%